Html Css Color HEX #A7CA72 Olivine

📋 copy color: '#A7CA72'

red 167 ◦ green 202 ◦ blue 114

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

Shades of Olivine #A7CA72

Tints of Olivine #A7CA72

RGB

 RED value IS 167 (65.63% from 255) = 34.58%

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

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

R = 34.58%
G = 41.82%
B = 23.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A7CA72 (or 0xA7CA72) is known color: Olivine. HEX triplet: A7, CA and 72. RGB value is (167,202,114). Sum of RGB (Red+Green+Blue) = 167+202+114=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA72 is #58358D. Grayscale: #B5B5B5. Windows color (decimal): -5780878 or 7522983. OLE color: 7522983.

HSL color Cylindrical-coordinate representation of color #A7CA72: hue angle of 83.86º degrees, saturation: 0.45, 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 #A7CA72 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 114 -
CMYK 0.17 0 0.44 0.21
HSL 83.86º 0.45% 0.62% -
HSV(B) 83.86º 0.44% 0.79% -
XYZ 40.09 51.67 23.78 -
YUV 181.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 167 202 114 0.17 0 0.44 0.21 83.86 0.45 0.62
Hex A7 CA 72 11 0 2C 15 54 2D 3E
Octal 247 312 162 21 0 54 25 124 55 76
Binary 10100111 11001010 1110010 10001 0 101100 10101 1010100 101101 111110

Color Harmonies of #A7CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA72

Black with #A7CA72

Text Example


Text Example

White with #A7CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA72; }

 p { color: rgb(167,202,114); }

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

background-color css

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

 a { background-color: rgb(167,202,114); }

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

border-color css

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

 span { border-color: rgb(167,202,114); }

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