Html Css Color HEX #A0B470 Olivine

📋 copy color: '#A0B470'

red 160 ◦ green 180 ◦ blue 112

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

Shades of Olivine #A0B470

Tints of Olivine #A0B470

RGB

 RED value IS 160 (62.89% from 255) = 35.4%

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 35.4%
G = 39.82%
B = 24.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A0B470 (or 0xA0B470) is known color: Olivine. HEX triplet: A0, B4 and 70. RGB value is (160,180,112). Sum of RGB (Red+Green+Blue) = 160+180+112=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B470 is #5F4B8F. Grayscale: #A6A6A6. Windows color (decimal): -6245264 or 7386272. OLE color: 7386272.

HSL color Cylindrical-coordinate representation of color #A0B470: hue angle of 77.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0B470 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 112 -
CMYK 0.11 0 0.38 0.29
HSL 77.65º 0.31% 0.57% -
HSV(B) 77.65º 0.38% 0.71% -
XYZ 33.74 41.29 21.52 -
YUV 166.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 160 180 112 0.11 0 0.38 0.29 77.65 0.31 0.57
Hex A0 B4 70 B 0 26 1D 4E 1F 39
Octal 240 264 160 13 0 46 35 116 37 71
Binary 10100000 10110100 1110000 1011 0 100110 11101 1001110 11111 111001

Color Harmonies of #A0B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B470

Black with #A0B470

Text Example


Text Example

White with #A0B470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B470; }

 p { color: rgb(160,180,112); }

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

background-color css

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

 a { background-color: rgb(160,180,112); }

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

border-color css

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

 span { border-color: rgb(160,180,112); }

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