Html Css Color HEX #A0B17D Olivine

📋 copy color: '#A0B17D'

red 160 ◦ green 177 ◦ blue 125

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

Shades of Olivine #A0B17D

Tints of Olivine #A0B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.31%

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 34.63%
G = 38.31%
B = 27.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A0B17D (or 0xA0B17D) is known color: Olivine. HEX triplet: A0, B1 and 7D. RGB value is (160,177,125). Sum of RGB (Red+Green+Blue) = 160+177+125=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B17D is #5F4E82. Grayscale: #A6A6A6. Windows color (decimal): -6246019 or 8237472. OLE color: 8237472.

HSL color Cylindrical-coordinate representation of color #A0B17D: hue angle of 79.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0B17D is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 125 -
CMYK 0.10 0 0.29 0.31
HSL 79.62º 0.25% 0.59% -
HSV(B) 79.62º 0.29% 0.69% -
XYZ 33.92 40.4 25.41 -
YUV 165.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 160 177 125 0.10 0 0.29 0.31 79.62 0.25 0.59
Hex A0 B1 7D A 0 1D 1F 50 19 3B
Octal 240 261 175 12 0 35 37 120 31 73
Binary 10100000 10110001 1111101 1010 0 11101 11111 1010000 11001 111011

Color Harmonies of #A0B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B17D

Black with #A0B17D

Text Example


Text Example

White with #A0B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B17D; }

 p { color: rgb(160,177,125); }

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

background-color css

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

 a { background-color: rgb(160,177,125); }

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

border-color css

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

 span { border-color: rgb(160,177,125); }

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