Html Css Color HEX #A7C970 Olivine

📋 copy color: '#A7C970'

red 167 ◦ green 201 ◦ blue 112

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

Shades of Olivine #A7C970

Tints of Olivine #A7C970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 34.79%
G = 41.88%
B = 23.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#A7C970 (or 0xA7C970) is known color: Olivine. HEX triplet: A7, C9 and 70. RGB value is (167,201,112). Sum of RGB (Red+Green+Blue) = 167+201+112=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C970 is #58368F. Grayscale: #B5B5B5. Windows color (decimal): -5781136 or 7391655. OLE color: 7391655.

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

Color convert

RGB 167 201 112 -
CMYK 0.17 0 0.44 0.21
HSL 82.92º 0.45% 0.61% -
HSV(B) 82.92º 0.44% 0.79% -
XYZ 39.75 51.16 23.11 -
YUV 180.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 167 201 112 0.17 0 0.44 0.21 82.92 0.45 0.61
Hex A7 C9 70 11 0 2C 15 53 2D 3D
Octal 247 311 160 21 0 54 25 123 55 75
Binary 10100111 11001001 1110000 10001 0 101100 10101 1010011 101101 111101

Color Harmonies of #A7C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C970

Black with #A7C970

Text Example


Text Example

White with #A7C970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C970; }

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

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

background-color css

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

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

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

border-color css

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

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

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