Html Css Color HEX #A6CB72 Olivine

📋 copy color: '#A6CB72'

red 166 ◦ green 203 ◦ blue 114

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

Shades of Olivine #A6CB72

Tints of Olivine #A6CB72

RGB

 RED value IS 166 (65.23% from 255) = 34.37%

 GREEN value IS 203 (79.69% from 255) = 42.03%

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 34.37%
G = 42.03%
B = 23.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#A6CB72 (or 0xA6CB72) is known color: Olivine. HEX triplet: A6, CB and 72. RGB value is (166,203,114). Sum of RGB (Red+Green+Blue) = 166+203+114=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB72 is #59348D. Grayscale: #B6B6B6. Windows color (decimal): -5846158 or 7523238. OLE color: 7523238.

HSL color Cylindrical-coordinate representation of color #A6CB72: hue angle of 84.94º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6CB72 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 114 -
CMYK 0.18 0 0.44 0.20
HSL 84.94º 0.46% 0.62% -
HSV(B) 84.94º 0.44% 0.8% -
XYZ 40.12 52.03 23.85 -
YUV 181.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 166 203 114 0.18 0 0.44 0.20 84.94 0.46 0.62
Hex A6 CB 72 12 0 2C 14 55 2E 3E
Octal 246 313 162 22 0 54 24 125 56 76
Binary 10100110 11001011 1110010 10010 0 101100 10100 1010101 101110 111110

Color Harmonies of #A6CB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB72

Black with #A6CB72

Text Example


Text Example

White with #A6CB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB72; }

 p { color: rgb(166,203,114); }

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

background-color css

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

 a { background-color: rgb(166,203,114); }

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

border-color css

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

 span { border-color: rgb(166,203,114); }

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