#97BF67

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

Shades of Olivine #97BF67

Tints of Olivine #97BF67

Color information

#97BF67 (or 0x97BF67) is unknown color: approx Olivine. HEX triplet: 97, BF and 67. RGB value is (151,191,103). Sum of RGB (Red+Green+Blue) = 151+191+103=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BF67 is #684098. Grayscale: #A9A9A9. Windows color (decimal): -6832281 or 6799255. OLE color: 6799255.

HSL color Cylindrical-coordinate representation of color #97BF67: hue angle of 87.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97BF67 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB151191103-
CMYK0.2100.460.25
HSL87.27º40.74%57.65%-
HSV(B)87.27º46.07%74.9%-
XYZ33.8444.8219.7-
YUV169.0190.75115.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 103 (40.62% from 255) = 23.15%
R=33.93%
G=42.92%
B=23.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511911030.2100.460.2587.2740.7457.65
Hex97BF671502E1957293a
Octal22727714725056311275172
Binary10010111101111111100111101010101110110011010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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