Html Css Color HEX #96C27A Olivine

📋 copy color: '#96C27A'

red 150 ◦ green 194 ◦ blue 122

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

Shades of Olivine #96C27A

Tints of Olivine #96C27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 32.19%
G = 41.63%
B = 26.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#96C27A (or 0x96C27A) is known color: Olivine. HEX triplet: 96, C2 and 7A. RGB value is (150,194,122). Sum of RGB (Red+Green+Blue) = 150+194+122=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #96C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C27A is #693D85. Grayscale: #ACACAC. Windows color (decimal): -6897030 or 8045206. OLE color: 8045206.

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

Color convert

RGB 150 194 122 -
CMYK 0.23 0 0.37 0.24
HSL 96.67º 0.37% 0.62% -
HSV(B) 96.67º 0.37% 0.76% -
XYZ 35.38 46.47 25.52 -
YUV 172.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 150 194 122 0.23 0 0.37 0.24 96.67 0.37 0.62
Hex 96 C2 7A 17 0 25 18 61 25 3E
Octal 226 302 172 27 0 45 30 141 45 76
Binary 10010110 11000010 1111010 10111 0 100101 11000 1100001 100101 111110

Color Harmonies of #96C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C27A

Black with #96C27A

Text Example


Text Example

White with #96C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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