Html Css Color HEX #A7C162 Olivine

📋 copy color: '#A7C162'

red 167 ◦ green 193 ◦ blue 98

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

Shades of Olivine #A7C162

Tints of Olivine #A7C162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.4%

R = 36.46%
G = 42.14%
B = 21.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A7C162 (or 0xA7C162) is known color: Olivine. HEX triplet: A7, C1 and 62. RGB value is (167,193,98). Sum of RGB (Red+Green+Blue) = 167+193+98=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C162 is #583E9D. Grayscale: #AEAEAE. Windows color (decimal): -5783198 or 6472103. OLE color: 6472103.

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

Color convert

RGB 167 193 98 -
CMYK 0.13 0 0.49 0.24
HSL 76.42º 0.43% 0.57% -
HSV(B) 76.42º 0.49% 0.76% -
XYZ 37.21 47.24 18.71 -
YUV 174.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 167 193 98 0.13 0 0.49 0.24 76.42 0.43 0.57
Hex A7 C1 62 D 0 31 18 4C 2B 39
Octal 247 301 142 15 0 61 30 114 53 71
Binary 10100111 11000001 1100010 1101 0 110001 11000 1001100 101011 111001

Color Harmonies of #A7C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C162

Black with #A7C162

Text Example


Text Example

White with #A7C162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C162; }

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

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

background-color css

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

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

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

border-color css

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

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

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