Html Css Color HEX #A7C56C Olivine

📋 copy color: '#A7C56C'

red 167 ◦ green 197 ◦ blue 108

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

Shades of Olivine #A7C56C

Tints of Olivine #A7C56C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 35.38%
G = 41.74%
B = 22.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#A7C56C (or 0xA7C56C) is known color: Olivine. HEX triplet: A7, C5 and 6C. RGB value is (167,197,108). Sum of RGB (Red+Green+Blue) = 167+197+108=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C56C is #583A93. Grayscale: #B2B2B2. Windows color (decimal): -5782164 or 7128487. OLE color: 7128487.

HSL color Cylindrical-coordinate representation of color #A7C56C: hue angle of 80.22º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7C56C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 197 108 -
CMYK 0.15 0 0.45 0.23
HSL 80.22º 0.43% 0.6% -
HSV(B) 80.22º 0.45% 0.77% -
XYZ 38.61 49.23 21.65 -
YUV 177.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 167 197 108 0.15 0 0.45 0.23 80.22 0.43 0.6
Hex A7 C5 6C F 0 2D 17 50 2B 3C
Octal 247 305 154 17 0 55 27 120 53 74
Binary 10100111 11000101 1101100 1111 0 101101 10111 1010000 101011 111100

Color Harmonies of #A7C56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C56C

Black with #A7C56C

Text Example


Text Example

White with #A7C56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C56C; }

 p { color: rgb(167,197,108); }

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

background-color css

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

 a { background-color: rgb(167,197,108); }

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

border-color css

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

 span { border-color: rgb(167,197,108); }

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