Html Css Color HEX #96BC6F Olivine

📋 copy color: '#96BC6F'

red 150 ◦ green 188 ◦ blue 111

#96BC6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #96BC6F

Tints of Olivine #96BC6F

RGB

 RED value IS 150 (58.98% from 255) = 33.41%

 GREEN value IS 188 (73.83% from 255) = 41.87%

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 33.41%
G = 41.87%
B = 24.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#96BC6F (or 0x96BC6F) is known color: Olivine. HEX triplet: 96, BC and 6F. RGB value is (150,188,111). Sum of RGB (Red+Green+Blue) = 150+188+111=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC6F is #694390. Grayscale: #A8A8A8. Windows color (decimal): -6898577 or 7322774. OLE color: 7322774.

HSL color Cylindrical-coordinate representation of color #96BC6F: hue angle of 89.61º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96BC6F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 111 -
CMYK 0.20 0 0.41 0.26
HSL 89.61º 0.36% 0.59% -
HSV(B) 89.61º 0.41% 0.74% -
XYZ 33.43 43.6 21.69 -
YUV 167.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 150 188 111 0.20 0 0.41 0.26 89.61 0.36 0.59
Hex 96 BC 6F 14 0 29 1A 5A 24 3B
Octal 226 274 157 24 0 51 32 132 44 73
Binary 10010110 10111100 1101111 10100 0 101001 11010 1011010 100100 111011

Color Harmonies of #96BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC6F

Black with #96BC6F

Text Example


Text Example

White with #96BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,111); }

 H1.HeaderClassName
 {
   color: #96BC6F;
 }
 .AnyTagClassName
 {
   color: #96BC6F;
 }
</style>

background-color css

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

 a { background-color: rgb(150,188,111); }

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

border-color css

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

 span { border-color: rgb(150,188,111); }

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