Html Css Color HEX #A6CF72 Olivine

📋 copy color: '#A6CF72'

red 166 ◦ green 207 ◦ blue 114

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

Shades of Olivine #A6CF72

Tints of Olivine #A6CF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.51%

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

R = 34.09%
G = 42.51%
B = 23.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A6CF72 (or 0xA6CF72) is known color: Olivine. HEX triplet: A6, CF and 72. RGB value is (166,207,114). Sum of RGB (Red+Green+Blue) = 166+207+114=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF72 is #59308D. Grayscale: #B8B8B8. Windows color (decimal): -5845134 or 7524262. OLE color: 7524262.

HSL color Cylindrical-coordinate representation of color #A6CF72: hue angle of 86.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6CF72 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 207 114 -
CMYK 0.20 0 0.45 0.19
HSL 86.45º 0.49% 0.63% -
HSV(B) 86.45º 0.45% 0.81% -
XYZ 41.08 53.95 24.17 -
YUV 184.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 166 207 114 0.20 0 0.45 0.19 86.45 0.49 0.63
Hex A6 CF 72 14 0 2D 13 56 31 3F
Octal 246 317 162 24 0 55 23 126 61 77
Binary 10100110 11001111 1110010 10100 0 101101 10011 1010110 110001 111111

Color Harmonies of #A6CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF72

Black with #A6CF72

Text Example


Text Example

White with #A6CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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