Html Css Color HEX #A1B370 Olivine

📋 copy color: '#A1B370'

red 161 ◦ green 179 ◦ blue 112

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

Shades of Olivine #A1B370

Tints of Olivine #A1B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

 BLUE value IS 112 (44.14% from 255) = 24.78%

R = 35.62%
G = 39.6%
B = 24.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#A1B370 (or 0xA1B370) is known color: Olivine. HEX triplet: A1, B3 and 70. RGB value is (161,179,112). Sum of RGB (Red+Green+Blue) = 161+179+112=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B370 is #5E4C8F. Grayscale: #A6A6A6. Windows color (decimal): -6179984 or 7386017. OLE color: 7386017.

HSL color Cylindrical-coordinate representation of color #A1B370: hue angle of 76.12º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B370 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 112 -
CMYK 0.10 0 0.37 0.30
HSL 76.12º 0.31% 0.57% -
HSV(B) 76.12º 0.37% 0.7% -
XYZ 33.74 40.99 21.46 -
YUV 165.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 161 179 112 0.10 0 0.37 0.30 76.12 0.31 0.57
Hex A1 B3 70 A 0 25 1E 4C 1F 39
Octal 241 263 160 12 0 45 36 114 37 71
Binary 10100001 10110011 1110000 1010 0 100101 11110 1001100 11111 111001

Color Harmonies of #A1B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B370

Black with #A1B370

Text Example


Text Example

White with #A1B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B370; }

 p { color: rgb(161,179,112); }

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

background-color css

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

 a { background-color: rgb(161,179,112); }

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

border-color css

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

 span { border-color: rgb(161,179,112); }

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