#97B669

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

Shades of Olivine #97B669

Tints of Olivine #97B669

Color information

#97B669 (or 0x97B669) is unknown color: approx Olivine. HEX triplet: 97, B6 and 69. RGB value is (151,182,105). Sum of RGB (Red+Green+Blue) = 151+182+105=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #97B669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B669 is #684996. Grayscale: #A4A4A4. Windows color (decimal): -6834583 or 6928023. OLE color: 6928023.

HSL color Cylindrical-coordinate representation of color #97B669: hue angle of 84.16º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97B669 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB151182105-
CMYK0.1700.420.29
HSL84.16º34.53%56.27%-
HSV(B)84.16º42.31%71.37%-
XYZ32.0441.0619.6-
YUV163.9594.73118.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=34.47%
G=41.55%
B=23.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511821050.1700.420.2984.1634.5356.27
Hex97B6691102A1D542338
Octal22726615121052351244370
Binary10010111101101101101001100010101010111011010100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,182,105); }

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

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

 a { background-color: rgb(151,182,105); }

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

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

 span { border-color: rgb(151,182,105); }

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