Html Css Color HEX #96C062 Olivine

📋 copy color: '#96C062'

red 150 ◦ green 192 ◦ blue 98

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

Shades of Olivine #96C062

Tints of Olivine #96C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 34.09%
G = 43.64%
B = 22.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#96C062 (or 0x96C062) is known color: Olivine. HEX triplet: 96, C0 and 62. RGB value is (150,192,98). Sum of RGB (Red+Green+Blue) = 150+192+98=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #96C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C062 is #693F9D. Grayscale: #A9A9A9. Windows color (decimal): -6897566 or 6471830. OLE color: 6471830.

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

Color convert

RGB 150 192 98 -
CMYK 0.22 0 0.49 0.25
HSL 86.81º 0.43% 0.57% -
HSV(B) 86.81º 0.49% 0.75% -
XYZ 33.63 45.07 18.48 -
YUV 168.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 150 192 98 0.22 0 0.49 0.25 86.81 0.43 0.57
Hex 96 C0 62 16 0 31 19 57 2B 39
Octal 226 300 142 26 0 61 31 127 53 71
Binary 10010110 11000000 1100010 10110 0 110001 11001 1010111 101011 111001

Color Harmonies of #96C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C062

Black with #96C062

Text Example


Text Example

White with #96C062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,98); }

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

background-color css

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

 a { background-color: rgb(150,192,98); }

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

border-color css

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

 span { border-color: rgb(150,192,98); }

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