Html Css Color HEX #A7C06D Olivine

📋 copy color: '#A7C06D'

red 167 ◦ green 192 ◦ blue 109

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

Shades of Olivine #A7C06D

Tints of Olivine #A7C06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

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

R = 35.68%
G = 41.03%
B = 23.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A7C06D (or 0xA7C06D) is known color: Olivine. HEX triplet: A7, C0 and 6D. RGB value is (167,192,109). Sum of RGB (Red+Green+Blue) = 167+192+109=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C06D is #583F92. Grayscale: #AFAFAF. Windows color (decimal): -5783443 or 7192743. OLE color: 7192743.

HSL color Cylindrical-coordinate representation of color #A7C06D: hue angle of 78.07º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7C06D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 192 109 -
CMYK 0.13 0 0.43 0.25
HSL 78.07º 0.4% 0.59% -
HSV(B) 78.07º 0.43% 0.75% -
XYZ 37.55 47.02 21.56 -
YUV 175.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 167 192 109 0.13 0 0.43 0.25 78.07 0.4 0.59
Hex A7 C0 6D D 0 2B 19 4E 28 3B
Octal 247 300 155 15 0 53 31 116 50 73
Binary 10100111 11000000 1101101 1101 0 101011 11001 1001110 101000 111011

Color Harmonies of #A7C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C06D

Black with #A7C06D

Text Example


Text Example

White with #A7C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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