Html Css Color HEX #A7C06F Olivine

📋 copy color: '#A7C06F'

red 167 ◦ green 192 ◦ blue 111

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

Shades of Olivine #A7C06F

Tints of Olivine #A7C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 35.53%
G = 40.85%
B = 23.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#A7C06F (or 0xA7C06F) is known color: Olivine. HEX triplet: A7, C0 and 6F. RGB value is (167,192,111). Sum of RGB (Red+Green+Blue) = 167+192+111=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C06F is #583F90. Grayscale: #AFAFAF. Windows color (decimal): -5783441 or 7323815. OLE color: 7323815.

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

Color convert

RGB 167 192 111 -
CMYK 0.13 0 0.42 0.25
HSL 78.52º 0.39% 0.59% -
HSV(B) 78.52º 0.42% 0.75% -
XYZ 37.66 47.06 22.14 -
YUV 175.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 167 192 111 0.13 0 0.42 0.25 78.52 0.39 0.59
Hex A7 C0 6F D 0 2A 19 4F 27 3B
Octal 247 300 157 15 0 52 31 117 47 73
Binary 10100111 11000000 1101111 1101 0 101010 11001 1001111 100111 111011

Color Harmonies of #A7C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C06F

Black with #A7C06F

Text Example


Text Example

White with #A7C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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