Html Css Color HEX #96D06B Olivine

📋 copy color: '#96D06B'

red 150 ◦ green 208 ◦ blue 107

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

Shades of Olivine #96D06B

Tints of Olivine #96D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 32.26%
G = 44.73%
B = 23.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#96D06B (or 0x96D06B) is known color: Olivine. HEX triplet: 96, D0 and 6B. RGB value is (150,208,107). Sum of RGB (Red+Green+Blue) = 150+208+107=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #96D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D06B is #692F94. Grayscale: #B3B3B3. Windows color (decimal): -6893461 or 7065750. OLE color: 7065750.

HSL color Cylindrical-coordinate representation of color #96D06B: hue angle of 94.46º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96D06B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 107 -
CMYK 0.28 0 0.49 0.18
HSL 94.46º 0.52% 0.62% -
HSV(B) 94.46º 0.49% 0.82% -
XYZ 37.79 52.66 22.08 -
YUV 179.14 87.28 107.21 -
System Red Green Blue C M Y K H S L
Decimal 150 208 107 0.28 0 0.49 0.18 94.46 0.52 0.62
Hex 96 D0 6B 1C 0 31 12 5E 34 3E
Octal 226 320 153 34 0 61 22 136 64 76
Binary 10010110 11010000 1101011 11100 0 110001 10010 1011110 110100 111110

Color Harmonies of #96D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D06B

Black with #96D06B

Text Example


Text Example

White with #96D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,107); }

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

background-color css

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

 a { background-color: rgb(150,208,107); }

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

border-color css

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

 span { border-color: rgb(150,208,107); }

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