Html Css Color HEX #A7C461 Olivine

📋 copy color: '#A7C461'

red 167 ◦ green 196 ◦ blue 97

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

Shades of Olivine #A7C461

Tints of Olivine #A7C461

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 36.3%
G = 42.61%
B = 21.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#A7C461 (or 0xA7C461) is known color: Olivine. HEX triplet: A7, C4 and 61. RGB value is (167,196,97). Sum of RGB (Red+Green+Blue) = 167+196+97=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C461 is #583B9E. Grayscale: #B0B0B0. Windows color (decimal): -5782431 or 6407335. OLE color: 6407335.

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

Color convert

RGB 167 196 97 -
CMYK 0.15 0 0.51 0.23
HSL 77.58º 0.46% 0.57% -
HSV(B) 77.58º 0.51% 0.77% -
XYZ 37.83 48.56 18.69 -
YUV 176.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 167 196 97 0.15 0 0.51 0.23 77.58 0.46 0.57
Hex A7 C4 61 F 0 33 17 4E 2E 39
Octal 247 304 141 17 0 63 27 116 56 71
Binary 10100111 11000100 1100001 1111 0 110011 10111 1001110 101110 111001

Color Harmonies of #A7C461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C461

Black with #A7C461

Text Example


Text Example

White with #A7C461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C461; }

 p { color: rgb(167,196,97); }

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

background-color css

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

 a { background-color: rgb(167,196,97); }

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

border-color css

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

 span { border-color: rgb(167,196,97); }

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