Html Css Color HEX #A7C071 Olivine

📋 copy color: '#A7C071'

red 167 ◦ green 192 ◦ blue 113

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

Shades of Olivine #A7C071

Tints of Olivine #A7C071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 35.38%
G = 40.68%
B = 23.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A7C071 (or 0xA7C071) is known color: Olivine. HEX triplet: A7, C0 and 71. RGB value is (167,192,113). Sum of RGB (Red+Green+Blue) = 167+192+113=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C071 is #583F8E. Grayscale: #AFAFAF. Windows color (decimal): -5783439 or 7454887. OLE color: 7454887.

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

Color convert

RGB 167 192 113 -
CMYK 0.13 0 0.41 0.25
HSL 78.99º 0.39% 0.6% -
HSV(B) 78.99º 0.41% 0.75% -
XYZ 37.77 47.11 22.72 -
YUV 175.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 167 192 113 0.13 0 0.41 0.25 78.99 0.39 0.6
Hex A7 C0 71 D 0 29 19 4F 27 3C
Octal 247 300 161 15 0 51 31 117 47 74
Binary 10100111 11000000 1110001 1101 0 101001 11001 1001111 100111 111100

Color Harmonies of #A7C071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C071

Black with #A7C071

Text Example


Text Example

White with #A7C071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C071; }

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

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

background-color css

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

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

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

border-color css

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

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

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