Html Css Color HEX #A0B67E Olivine

📋 copy color: '#A0B67E'

red 160 ◦ green 182 ◦ blue 126

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

Shades of Olivine #A0B67E

Tints of Olivine #A0B67E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 126 (49.61% from 255) = 26.92%

R = 34.19%
G = 38.89%
B = 26.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A0B67E (or 0xA0B67E) is known color: Olivine. HEX triplet: A0, B6 and 7E. RGB value is (160,182,126). Sum of RGB (Red+Green+Blue) = 160+182+126=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B67E is #5F4981. Grayscale: #A9A9A9. Windows color (decimal): -6244738 or 8304288. OLE color: 8304288.

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

Color convert

RGB 160 182 126 -
CMYK 0.12 0 0.31 0.29
HSL 83.57º 0.28% 0.6% -
HSV(B) 83.57º 0.31% 0.71% -
XYZ 34.99 42.44 26.09 -
YUV 169.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 160 182 126 0.12 0 0.31 0.29 83.57 0.28 0.6
Hex A0 B6 7E C 0 1F 1D 54 1C 3C
Octal 240 266 176 14 0 37 35 124 34 74
Binary 10100000 10110110 1111110 1100 0 11111 11101 1010100 11100 111100

Color Harmonies of #A0B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B67E

Black with #A0B67E

Text Example


Text Example

White with #A0B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B67E; }

 p { color: rgb(160,182,126); }

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

background-color css

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

 a { background-color: rgb(160,182,126); }

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

border-color css

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

 span { border-color: rgb(160,182,126); }

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