Html Css Color HEX #A7C161 Olivine

📋 copy color: '#A7C161'

red 167 ◦ green 193 ◦ blue 97

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

Shades of Olivine #A7C161

Tints of Olivine #A7C161

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

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

R = 36.54%
G = 42.23%
B = 21.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#A7C161 (or 0xA7C161) is known color: Olivine. HEX triplet: A7, C1 and 61. RGB value is (167,193,97). Sum of RGB (Red+Green+Blue) = 167+193+97=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C161 is #583E9E. Grayscale: #AEAEAE. Windows color (decimal): -5783199 or 6406567. OLE color: 6406567.

HSL color Cylindrical-coordinate representation of color #A7C161: hue angle of 76.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7C161 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 193 97 -
CMYK 0.13 0 0.50 0.24
HSL 76.25º 0.44% 0.57% -
HSV(B) 76.25º 0.5% 0.76% -
XYZ 37.16 47.22 18.46 -
YUV 174.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 167 193 97 0.13 0 0.50 0.24 76.25 0.44 0.57
Hex A7 C1 61 D 0 32 18 4C 2C 39
Octal 247 301 141 15 0 62 30 114 54 71
Binary 10100111 11000001 1100001 1101 0 110010 11000 1001100 101100 111001

Color Harmonies of #A7C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C161

Black with #A7C161

Text Example


Text Example

White with #A7C161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C161; }

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

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

background-color css

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

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

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

border-color css

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

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

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