Html Css Color HEX #96C96D Olivine

📋 copy color: '#96C96D'

red 150 ◦ green 201 ◦ blue 109

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

Shades of Olivine #96C96D

Tints of Olivine #96C96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.7%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 32.61%
G = 43.7%
B = 23.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#96C96D (or 0x96C96D) is known color: Olivine. HEX triplet: 96, C9 and 6D. RGB value is (150,201,109). Sum of RGB (Red+Green+Blue) = 150+201+109=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #96C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C96D is #693692. Grayscale: #AFAFAF. Windows color (decimal): -6895251 or 7195030. OLE color: 7195030.

HSL color Cylindrical-coordinate representation of color #96C96D: hue angle of 93.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96C96D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 109 -
CMYK 0.25 0 0.46 0.21
HSL 93.26º 0.46% 0.61% -
HSV(B) 93.26º 0.46% 0.79% -
XYZ 36.22 49.36 22.09 -
YUV 175.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 150 201 109 0.25 0 0.46 0.21 93.26 0.46 0.61
Hex 96 C9 6D 19 0 2E 15 5D 2E 3D
Octal 226 311 155 31 0 56 25 135 56 75
Binary 10010110 11001001 1101101 11001 0 101110 10101 1011101 101110 111101

Color Harmonies of #96C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C96D

Black with #96C96D

Text Example


Text Example

White with #96C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,201,109); }

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

background-color css

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

 a { background-color: rgb(150,201,109); }

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

border-color css

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

 span { border-color: rgb(150,201,109); }

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