#97AF67

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

Shades of Olivine #97AF67

Tints of Olivine #97AF67

Color information

#97AF67 (or 0x97AF67) is unknown color: approx Olivine. HEX triplet: 97, AF and 67. RGB value is (151,175,103). Sum of RGB (Red+Green+Blue) = 151+175+103=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AF67 is #685098. Grayscale: #9F9F9F. Windows color (decimal): -6836377 or 6795159. OLE color: 6795159.

HSL color Cylindrical-coordinate representation of color #97AF67: hue angle of 80º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97AF67 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB151175103-
CMYK0.1400.410.31
HSL80º31.03%54.51%-
HSV(B)80º41.14%68.63%-
XYZ30.5438.2218.6-
YUV159.6296.05121.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.20%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 103 (40.62% from 255) = 24.01%
R=35.20%
G=40.79%
B=24.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751030.1400.410.318031.0354.51
Hex97AF67E0291F501f37
Octal22725714716051371203767
Binary100101111010111111001111110010100111111101000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,103); }

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

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

 a { background-color: rgb(151,175,103); }

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

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

 span { border-color: rgb(151,175,103); }

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