Html Css Color HEX #A7C966 Olivine

📋 copy color: '#A7C966'

red 167 ◦ green 201 ◦ blue 102

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

Shades of Olivine #A7C966

Tints of Olivine #A7C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.77%

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 35.53%
G = 42.77%
B = 21.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A7C966 (or 0xA7C966) is known color: Olivine. HEX triplet: A7, C9 and 66. RGB value is (167,201,102). Sum of RGB (Red+Green+Blue) = 167+201+102=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C966 is #583699. Grayscale: #B3B3B3. Windows color (decimal): -5781146 or 6736295. OLE color: 6736295.

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

Color convert

RGB 167 201 102 -
CMYK 0.17 0 0.49 0.21
HSL 80.61º 0.48% 0.59% -
HSV(B) 80.61º 0.49% 0.79% -
XYZ 39.22 50.95 20.34 -
YUV 179.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 167 201 102 0.17 0 0.49 0.21 80.61 0.48 0.59
Hex A7 C9 66 11 0 31 15 51 30 3B
Octal 247 311 146 21 0 61 25 121 60 73
Binary 10100111 11001001 1100110 10001 0 110001 10101 1010001 110000 111011

Color Harmonies of #A7C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C966

Black with #A7C966

Text Example


Text Example

White with #A7C966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C966; }

 p { color: rgb(167,201,102); }

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

background-color css

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

 a { background-color: rgb(167,201,102); }

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

border-color css

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

 span { border-color: rgb(167,201,102); }

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