Html Css Color HEX #96C27C Olivine

📋 copy color: '#96C27C'

red 150 ◦ green 194 ◦ blue 124

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

Shades of Olivine #96C27C

Tints of Olivine #96C27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 32.05%
G = 41.45%
B = 26.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#96C27C (or 0x96C27C) is known color: Olivine. HEX triplet: 96, C2 and 7C. RGB value is (150,194,124). Sum of RGB (Red+Green+Blue) = 150+194+124=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #96C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C27C is #693D83. Grayscale: #ADADAD. Windows color (decimal): -6897028 or 8176278. OLE color: 8176278.

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

Color convert

RGB 150 194 124 -
CMYK 0.23 0 0.36 0.24
HSL 97.71º 0.36% 0.62% -
HSV(B) 97.71º 0.36% 0.76% -
XYZ 35.51 46.52 26.18 -
YUV 172.86 100.42 111.69 -
System Red Green Blue C M Y K H S L
Decimal 150 194 124 0.23 0 0.36 0.24 97.71 0.36 0.62
Hex 96 C2 7C 17 0 24 18 62 24 3E
Octal 226 302 174 27 0 44 30 142 44 76
Binary 10010110 11000010 1111100 10111 0 100100 11000 1100010 100100 111110

Color Harmonies of #96C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C27C

Black with #96C27C

Text Example


Text Example

White with #96C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,124); }

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

background-color css

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

 a { background-color: rgb(150,194,124); }

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

border-color css

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

 span { border-color: rgb(150,194,124); }

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