#97B761

Color #97B761 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #97B761

Tints of Olivine #97B761

Color information

#97B761 (or 0x97B761) is unknown color: approx Olivine. HEX triplet: 97, B7 and 61. RGB value is (151,183,97). Sum of RGB (Red+Green+Blue) = 151+183+97=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #97B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B761 is #68489E. Grayscale: #A3A3A3. Windows color (decimal): -6834335 or 6403991. OLE color: 6403991.

HSL color Cylindrical-coordinate representation of color #97B761: hue angle of 82.33º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97B761 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB15118397-
CMYK0.1700.470.28
HSL82.33º37.39%54.9%-
HSV(B)82.33º46.99%71.76%-
XYZ31.8541.3117.6-
YUV163.6390.4118.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=35.03%
G=42.46%
B=22.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151183970.1700.470.2882.3337.3954.9
Hex97B7611102F1C522537
Octal22726714121057341224567
Binary10010111101101111100001100010101111111001010010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B761; }

 p { color: rgb(151,183,97); }

 H1.HeaderClassName
 {
   color: #97B761;
 }
 .AnyTagClassName
 {
   color: #97B761;
 }
</style>
background-color css

<style>
 a { background-color: #97B761; }

 a { background-color: rgb(151,183,97); }

 div.DivClassName
 {
   background-color: #97B761;
 }
 .BgClassName
 {
   background-color: #97B761;
 }
</style>
border-color css

<style>
 span { border-color: #97B761; }

 span { border-color: rgb(151,183,97); }

 td.TdClassName
 {
   border-color: #97B761;
 }
 .TagClassName
 {
   border-color: #97B761;
 }
</style>