Html Css Color HEX #96C75B Olivine

📋 copy color: '#96C75B'

red 150 ◦ green 199 ◦ blue 91

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

Shades of Olivine #96C75B

Tints of Olivine #96C75B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 34.09%
G = 45.23%
B = 20.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#96C75B (or 0x96C75B) is known color: Olivine. HEX triplet: 96, C7 and 5B. RGB value is (150,199,91). Sum of RGB (Red+Green+Blue) = 150+199+91=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #96C75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C75B is #6938A4. Grayscale: #ACACAC. Windows color (decimal): -6895781 or 6014870. OLE color: 6014870.

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

Color convert

RGB 150 199 91 -
CMYK 0.25 0 0.54 0.22
HSL 87.22º 0.49% 0.57% -
HSV(B) 87.22º 0.54% 0.78% -
XYZ 34.89 48.09 17.34 -
YUV 172.04 82.27 112.28 -
System Red Green Blue C M Y K H S L
Decimal 150 199 91 0.25 0 0.54 0.22 87.22 0.49 0.57
Hex 96 C7 5B 19 0 36 16 57 31 39
Octal 226 307 133 31 0 66 26 127 61 71
Binary 10010110 11000111 1011011 11001 0 110110 10110 1010111 110001 111001

Color Harmonies of #96C75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C75B

Black with #96C75B

Text Example


Text Example

White with #96C75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,199,91); }

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

background-color css

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

 a { background-color: rgb(150,199,91); }

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

border-color css

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

 span { border-color: rgb(150,199,91); }

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