Html Css Color HEX #A4CA79 Olivine

📋 copy color: '#A4CA79'

red 164 ◦ green 202 ◦ blue 121

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

Shades of Olivine #A4CA79

Tints of Olivine #A4CA79

RGB

 RED value IS 164 (64.45% from 255) = 33.68%

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

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 33.68%
G = 41.48%
B = 24.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#A4CA79 (or 0xA4CA79) is known color: Olivine. HEX triplet: A4, CA and 79. RGB value is (164,202,121). Sum of RGB (Red+Green+Blue) = 164+202+121=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA79 is #5B3586. Grayscale: #B5B5B5. Windows color (decimal): -5977479 or 7981732. OLE color: 7981732.

HSL color Cylindrical-coordinate representation of color #A4CA79: hue angle of 88.15º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4CA79 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 121 -
CMYK 0.19 0 0.40 0.21
HSL 88.15º 0.43% 0.63% -
HSV(B) 88.15º 0.4% 0.79% -
XYZ 39.88 51.51 25.93 -
YUV 181.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 164 202 121 0.19 0 0.40 0.21 88.15 0.43 0.63
Hex A4 CA 79 13 0 28 15 58 2B 3F
Octal 244 312 171 23 0 50 25 130 53 77
Binary 10100100 11001010 1111001 10011 0 101000 10101 1011000 101011 111111

Color Harmonies of #A4CA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA79

Black with #A4CA79

Text Example


Text Example

White with #A4CA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA79; }

 p { color: rgb(164,202,121); }

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

background-color css

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

 a { background-color: rgb(164,202,121); }

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

border-color css

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

 span { border-color: rgb(164,202,121); }

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