Html Css Color HEX #A7CA6D Olivine

📋 copy color: '#A7CA6D'

red 167 ◦ green 202 ◦ blue 109

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

Shades of Olivine #A7CA6D

Tints of Olivine #A7CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 34.94%
G = 42.26%
B = 22.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A7CA6D (or 0xA7CA6D) is known color: Olivine. HEX triplet: A7, CA and 6D. RGB value is (167,202,109). Sum of RGB (Red+Green+Blue) = 167+202+109=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CA6D is #583592. Grayscale: #B5B5B5. Windows color (decimal): -5780883 or 7195303. OLE color: 7195303.

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

Color convert

RGB 167 202 109 -
CMYK 0.17 0 0.46 0.21
HSL 82.58º 0.47% 0.61% -
HSV(B) 82.58º 0.46% 0.79% -
XYZ 39.82 51.56 22.32 -
YUV 180.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 167 202 109 0.17 0 0.46 0.21 82.58 0.47 0.61
Hex A7 CA 6D 11 0 2E 15 53 2F 3D
Octal 247 312 155 21 0 56 25 123 57 75
Binary 10100111 11001010 1101101 10001 0 101110 10101 1010011 101111 111101

Color Harmonies of #A7CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CA6D

Black with #A7CA6D

Text Example


Text Example

White with #A7CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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