#97B77D

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

Shades of Olivine #97B77D

Tints of Olivine #97B77D

Color information

#97B77D (or 0x97B77D) is unknown color: approx Olivine. HEX triplet: 97, B7 and 7D. RGB value is (151,183,125). Sum of RGB (Red+Green+Blue) = 151+183+125=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #97B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B77D is #684882. Grayscale: #A7A7A7. Windows color (decimal): -6834307 or 8238999. OLE color: 8238999.

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

Color convert

RGB151183125-
CMYK0.1700.320.28
HSL93.1º28.71%60.39%-
HSV(B)93.1º31.69%71.76%-
XYZ33.441.9325.73-
YUV166.82104.4116.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=32.90%
G=39.87%
B=27.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511831250.1700.320.2893.128.7160.39
Hex97B77D110201C5d1d3c
Octal22726717521040341353574
Binary1001011110110111111110110001010000011100101110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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