Html Css Color HEX #A7C063 Olivine

📋 copy color: '#A7C063'

red 167 ◦ green 192 ◦ blue 99

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

Shades of Olivine #A7C063

Tints of Olivine #A7C063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 36.46%
G = 41.92%
B = 21.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#A7C063 (or 0xA7C063) is known color: Olivine. HEX triplet: A7, C0 and 63. RGB value is (167,192,99). Sum of RGB (Red+Green+Blue) = 167+192+99=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C063 is #583F9C. Grayscale: #AEAEAE. Windows color (decimal): -5783453 or 6537383. OLE color: 6537383.

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

Color convert

RGB 167 192 99 -
CMYK 0.13 0 0.48 0.25
HSL 76.13º 0.42% 0.57% -
HSV(B) 76.13º 0.48% 0.75% -
XYZ 37.04 46.82 18.89 -
YUV 173.92 85.72 123.06 -
System Red Green Blue C M Y K H S L
Decimal 167 192 99 0.13 0 0.48 0.25 76.13 0.42 0.57
Hex A7 C0 63 D 0 30 19 4C 2A 39
Octal 247 300 143 15 0 60 31 114 52 71
Binary 10100111 11000000 1100011 1101 0 110000 11001 1001100 101010 111001

Color Harmonies of #A7C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C063

Black with #A7C063

Text Example


Text Example

White with #A7C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C063; }

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

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

background-color css

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

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

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

border-color css

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

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

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