#96BF67

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

Shades of Olivine #96BF67

Tints of Olivine #96BF67

Color information

#96BF67 (or 0x96BF67) is unknown color: approx Olivine. HEX triplet: 96, BF and 67. RGB value is (150,191,103). Sum of RGB (Red+Green+Blue) = 150+191+103=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF67 is #694098. Grayscale: #A9A9A9. Windows color (decimal): -6897817 or 6799254. OLE color: 6799254.

HSL color Cylindrical-coordinate representation of color #96BF67: hue angle of 87.95º 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 #96BF67 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB150191103-
CMYK0.2100.460.25
HSL87.95º40.74%57.65%-
HSV(B)87.95º46.07%74.9%-
XYZ33.6644.7219.69-
YUV168.7190.92114.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=33.78%
G=43.02%
B=23.20%

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
Decimal1501911030.2100.460.2587.9540.7457.65
Hex96BF671502E1958293a
Octal22627714725056311305172
Binary10010110101111111100111101010101110110011011000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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