Html Css Color HEX #A7CA6C Olivine

📋 copy color: '#A7CA6C'

red 167 ◦ green 202 ◦ blue 108

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

Shades of Olivine #A7CA6C

Tints of Olivine #A7CA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 35.01%
G = 42.35%
B = 22.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A7CA6C (or 0xA7CA6C) is known color: Olivine. HEX triplet: A7, CA and 6C. RGB value is (167,202,108). Sum of RGB (Red+Green+Blue) = 167+202+108=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA6C is #583593. Grayscale: #B5B5B5. Windows color (decimal): -5780884 or 7129767. OLE color: 7129767.

HSL color Cylindrical-coordinate representation of color #A7CA6C: hue angle of 82.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7CA6C is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 108 -
CMYK 0.17 0 0.47 0.21
HSL 82.34º 0.47% 0.61% -
HSV(B) 82.34º 0.47% 0.79% -
XYZ 39.76 51.54 22.04 -
YUV 180.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 167 202 108 0.17 0 0.47 0.21 82.34 0.47 0.61
Hex A7 CA 6C 11 0 2F 15 52 2F 3D
Octal 247 312 154 21 0 57 25 122 57 75
Binary 10100111 11001010 1101100 10001 0 101111 10101 1010010 101111 111101

Color Harmonies of #A7CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA6C

Black with #A7CA6C

Text Example


Text Example

White with #A7CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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