#97B675

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

Shades of Olivine #97B675

Tints of Olivine #97B675

Color information

#97B675 (or 0x97B675) is unknown color: approx Olivine. HEX triplet: 97, B6 and 75. RGB value is (151,182,117). Sum of RGB (Red+Green+Blue) = 151+182+117=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #97B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B675 is #68498A. Grayscale: #A5A5A5. Windows color (decimal): -6834571 or 7714455. OLE color: 7714455.

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

Color convert

RGB151182117-
CMYK0.1700.360.29
HSL88.62º30.81%58.63%-
HSV(B)88.62º35.71%71.37%-
XYZ32.741.3223.08-
YUV165.32100.73117.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 117 (46.09% from 255) = 26%
R=33.56%
G=40.44%
B=26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511821170.1700.360.2988.6230.8158.63
Hex97B675110241D591f3b
Octal22726616521044351313773
Binary1001011110110110111010110001010010011101101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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