Html Css Color HEX #96C867 Olivine

📋 copy color: '#96C867'

red 150 ◦ green 200 ◦ blue 103

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

Shades of Olivine #96C867

Tints of Olivine #96C867

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.15%

 BLUE value IS 103 (40.63% from 255) = 22.74%

R = 33.11%
G = 44.15%
B = 22.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#96C867 (or 0x96C867) is known color: Olivine. HEX triplet: 96, C8 and 67. RGB value is (150,200,103). Sum of RGB (Red+Green+Blue) = 150+200+103=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #96C867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C867 is #693798. Grayscale: #AEAEAE. Windows color (decimal): -6895513 or 6801558. OLE color: 6801558.

HSL color Cylindrical-coordinate representation of color #96C867: hue angle of 90.93º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96C867 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 103 -
CMYK 0.25 0 0.48 0.22
HSL 90.93º 0.47% 0.59% -
HSV(B) 90.93º 0.49% 0.78% -
XYZ 35.68 48.77 20.37 -
YUV 173.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 150 200 103 0.25 0 0.48 0.22 90.93 0.47 0.59
Hex 96 C8 67 19 0 30 16 5B 2F 3B
Octal 226 310 147 31 0 60 26 133 57 73
Binary 10010110 11001000 1100111 11001 0 110000 10110 1011011 101111 111011

Color Harmonies of #96C867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C867

Black with #96C867

Text Example


Text Example

White with #96C867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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