Html Css Color HEX #A0B36C Olivine

📋 copy color: '#A0B36C'

red 160 ◦ green 179 ◦ blue 108

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

Shades of Olivine #A0B36C

Tints of Olivine #A0B36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.16%

R = 35.79%
G = 40.04%
B = 24.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#A0B36C (or 0xA0B36C) is known color: Olivine. HEX triplet: A0, B3 and 6C. RGB value is (160,179,108). Sum of RGB (Red+Green+Blue) = 160+179+108=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B36C is #5F4C93. Grayscale: #A5A5A5. Windows color (decimal): -6245524 or 7123872. OLE color: 7123872.

HSL color Cylindrical-coordinate representation of color #A0B36C: hue angle of 76.06º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0B36C is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 108 -
CMYK 0.11 0 0.40 0.30
HSL 76.06º 0.32% 0.56% -
HSV(B) 76.06º 0.4% 0.7% -
XYZ 33.32 40.8 20.31 -
YUV 165.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 160 179 108 0.11 0 0.40 0.30 76.06 0.32 0.56
Hex A0 B3 6C B 0 28 1E 4C 20 38
Octal 240 263 154 13 0 50 36 114 40 70
Binary 10100000 10110011 1101100 1011 0 101000 11110 1001100 100000 111000

Color Harmonies of #A0B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B36C

Black with #A0B36C

Text Example


Text Example

White with #A0B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B36C; }

 p { color: rgb(160,179,108); }

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

background-color css

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

 a { background-color: rgb(160,179,108); }

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

border-color css

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

 span { border-color: rgb(160,179,108); }

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