Html Css Color HEX #A7C16C Olivine

📋 copy color: '#A7C16C'

red 167 ◦ green 193 ◦ blue 108

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

Shades of Olivine #A7C16C

Tints of Olivine #A7C16C

RGB

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

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

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

R = 35.68%
G = 41.24%
B = 23.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A7C16C (or 0xA7C16C) is known color: Olivine. HEX triplet: A7, C1 and 6C. RGB value is (167,193,108). Sum of RGB (Red+Green+Blue) = 167+193+108=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C16C is #583E93. Grayscale: #AFAFAF. Windows color (decimal): -5783188 or 7127463. OLE color: 7127463.

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

Color convert

RGB 167 193 108 -
CMYK 0.13 0 0.44 0.24
HSL 78.35º 0.41% 0.59% -
HSV(B) 78.35º 0.44% 0.76% -
XYZ 37.71 47.44 21.36 -
YUV 175.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 167 193 108 0.13 0 0.44 0.24 78.35 0.41 0.59
Hex A7 C1 6C D 0 2C 18 4E 29 3B
Octal 247 301 154 15 0 54 30 116 51 73
Binary 10100111 11000001 1101100 1101 0 101100 11000 1001110 101001 111011

Color Harmonies of #A7C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C16C

Black with #A7C16C

Text Example


Text Example

White with #A7C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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