Html Css Color HEX #96C367 Olivine

📋 copy color: '#96C367'

red 150 ◦ green 195 ◦ blue 103

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

Shades of Olivine #96C367

Tints of Olivine #96C367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

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

R = 33.48%
G = 43.53%
B = 22.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#96C367 (or 0x96C367) is known color: Olivine. HEX triplet: 96, C3 and 67. RGB value is (150,195,103). Sum of RGB (Red+Green+Blue) = 150+195+103=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #96C367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C367 is #693C98. Grayscale: #ABABAB. Windows color (decimal): -6896793 or 6800278. OLE color: 6800278.

HSL color Cylindrical-coordinate representation of color #96C367: hue angle of 89.35º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96C367 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 195 103 -
CMYK 0.23 0 0.47 0.24
HSL 89.35º 0.43% 0.58% -
HSV(B) 89.35º 0.47% 0.76% -
XYZ 34.54 46.49 19.99 -
YUV 171.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 150 195 103 0.23 0 0.47 0.24 89.35 0.43 0.58
Hex 96 C3 67 17 0 2F 18 59 2B 3A
Octal 226 303 147 27 0 57 30 131 53 72
Binary 10010110 11000011 1100111 10111 0 101111 11000 1011001 101011 111010

Color Harmonies of #96C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C367

Black with #96C367

Text Example


Text Example

White with #96C367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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