Html Css Color HEX #A1B76E Olivine

📋 copy color: '#A1B76E'

red 161 ◦ green 183 ◦ blue 110

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

Shades of Olivine #A1B76E

Tints of Olivine #A1B76E

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 35.46%
G = 40.31%
B = 24.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#A1B76E (or 0xA1B76E) is known color: Olivine. HEX triplet: A1, B7 and 6E. RGB value is (161,183,110). Sum of RGB (Red+Green+Blue) = 161+183+110=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B76E is #5E4891. Grayscale: #A8A8A8. Windows color (decimal): -6178962 or 7255969. OLE color: 7255969.

HSL color Cylindrical-coordinate representation of color #A1B76E: hue angle of 78.08º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1B76E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 110 -
CMYK 0.12 0 0.40 0.28
HSL 78.08º 0.34% 0.57% -
HSV(B) 78.08º 0.4% 0.72% -
XYZ 34.45 42.57 21.15 -
YUV 168.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 161 183 110 0.12 0 0.40 0.28 78.08 0.34 0.57
Hex A1 B7 6E C 0 28 1C 4E 22 39
Octal 241 267 156 14 0 50 34 116 42 71
Binary 10100001 10110111 1101110 1100 0 101000 11100 1001110 100010 111001

Color Harmonies of #A1B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B76E

Black with #A1B76E

Text Example


Text Example

White with #A1B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B76E; }

 p { color: rgb(161,183,110); }

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

background-color css

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

 a { background-color: rgb(161,183,110); }

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

border-color css

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

 span { border-color: rgb(161,183,110); }

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