Html Css Color HEX #A0B378 Olivine

📋 copy color: '#A0B378'

red 160 ◦ green 179 ◦ blue 120

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

Shades of Olivine #A0B378

Tints of Olivine #A0B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.14%

R = 34.86%
G = 39%
B = 26.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#A0B378 (or 0xA0B378) is known color: Olivine. HEX triplet: A0, B3 and 78. RGB value is (160,179,120). Sum of RGB (Red+Green+Blue) = 160+179+120=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B378 is #5F4C87. Grayscale: #A6A6A6. Windows color (decimal): -6245512 or 7910304. OLE color: 7910304.

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

Color convert

RGB 160 179 120 -
CMYK 0.11 0 0.33 0.30
HSL 79.32º 0.28% 0.59% -
HSV(B) 79.32º 0.33% 0.7% -
XYZ 34.01 41.07 23.9 -
YUV 166.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 160 179 120 0.11 0 0.33 0.30 79.32 0.28 0.59
Hex A0 B3 78 B 0 21 1E 4F 1C 3B
Octal 240 263 170 13 0 41 36 117 34 73
Binary 10100000 10110011 1111000 1011 0 100001 11110 1001111 11100 111011

Color Harmonies of #A0B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B378

Black with #A0B378

Text Example


Text Example

White with #A0B378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B378; }

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

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

background-color css

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

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

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

border-color css

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

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

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