Html Css Color HEX #96CA71 Olivine

📋 copy color: '#96CA71'

red 150 ◦ green 202 ◦ blue 113

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

Shades of Olivine #96CA71

Tints of Olivine #96CA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

 BLUE value IS 113 (44.53% from 255) = 24.3%

R = 32.26%
G = 43.44%
B = 24.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#96CA71 (or 0x96CA71) is known color: Olivine. HEX triplet: 96, CA and 71. RGB value is (150,202,113). Sum of RGB (Red+Green+Blue) = 150+202+113=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA71 is #69358E. Grayscale: #B0B0B0. Windows color (decimal): -6894991 or 7457430. OLE color: 7457430.

HSL color Cylindrical-coordinate representation of color #96CA71: hue angle of 95.06º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96CA71 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 113 -
CMYK 0.26 0 0.44 0.21
HSL 95.06º 0.46% 0.62% -
HSV(B) 95.06º 0.44% 0.79% -
XYZ 36.68 49.92 23.32 -
YUV 176.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 150 202 113 0.26 0 0.44 0.21 95.06 0.46 0.62
Hex 96 CA 71 1A 0 2C 15 5F 2E 3E
Octal 226 312 161 32 0 54 25 137 56 76
Binary 10010110 11001010 1110001 11010 0 101100 10101 1011111 101110 111110

Color Harmonies of #96CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA71

Black with #96CA71

Text Example


Text Example

White with #96CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,113); }

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

background-color css

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

 a { background-color: rgb(150,202,113); }

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

border-color css

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

 span { border-color: rgb(150,202,113); }

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