#97B477

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

Shades of Olivine #97B477

Tints of Olivine #97B477

Color information

#97B477 (or 0x97B477) is unknown color: approx Olivine. HEX triplet: 97, B4 and 77. RGB value is (151,180,119). Sum of RGB (Red+Green+Blue) = 151+180+119=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #97B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B477 is #684B88. Grayscale: #A4A4A4. Windows color (decimal): -6835081 or 7845015. OLE color: 7845015.

HSL color Cylindrical-coordinate representation of color #97B477: hue angle of 88.52º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97B477 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB151180119-
CMYK0.1600.340.29
HSL88.52º28.91%58.63%-
HSV(B)88.52º33.89%70.59%-
XYZ32.4140.5523.57-
YUV164.38102.39118.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=33.56%
G=40%
B=26.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801190.1600.340.2988.5228.9158.63
Hex97B477100221D591d3b
Octal22726416720042351313573
Binary1001011110110100111011110000010001011101101100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,119); }

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

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

 a { background-color: rgb(151,180,119); }

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

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

 span { border-color: rgb(151,180,119); }

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