Html Css Color HEX #A0B277 Olivine

📋 copy color: '#A0B277'

red 160 ◦ green 178 ◦ blue 119

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

Shades of Olivine #A0B277

Tints of Olivine #A0B277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.95%

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 35.01%
G = 38.95%
B = 26.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#A0B277 (or 0xA0B277) is known color: Olivine. HEX triplet: A0, B2 and 77. RGB value is (160,178,119). Sum of RGB (Red+Green+Blue) = 160+178+119=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B277 is #5F4D88. Grayscale: #A6A6A6. Windows color (decimal): -6245769 or 7844512. OLE color: 7844512.

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

Color convert

RGB 160 178 119 -
CMYK 0.10 0 0.33 0.30
HSL 78.31º 0.28% 0.58% -
HSV(B) 78.31º 0.33% 0.7% -
XYZ 33.75 40.65 23.52 -
YUV 165.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 160 178 119 0.10 0 0.33 0.30 78.31 0.28 0.58
Hex A0 B2 77 A 0 21 1E 4E 1C 3A
Octal 240 262 167 12 0 41 36 116 34 72
Binary 10100000 10110010 1110111 1010 0 100001 11110 1001110 11100 111010

Color Harmonies of #A0B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B277

Black with #A0B277

Text Example


Text Example

White with #A0B277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B277; }

 p { color: rgb(160,178,119); }

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

background-color css

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

 a { background-color: rgb(160,178,119); }

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

border-color css

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

 span { border-color: rgb(160,178,119); }

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