Html Css Color HEX #A0BB78 Olivine

📋 copy color: '#A0BB78'

red 160 ◦ green 187 ◦ blue 120

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

Shades of Olivine #A0BB78

Tints of Olivine #A0BB78

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

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

R = 34.26%
G = 40.04%
B = 25.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A0BB78 (or 0xA0BB78) is known color: Olivine. HEX triplet: A0, BB and 78. RGB value is (160,187,120). Sum of RGB (Red+Green+Blue) = 160+187+120=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB78 is #5F4487. Grayscale: #ABABAB. Windows color (decimal): -6243464 or 7912352. OLE color: 7912352.

HSL color Cylindrical-coordinate representation of color #A0BB78: hue angle of 84.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BB78 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 120 -
CMYK 0.14 0 0.36 0.27
HSL 84.18º 0.33% 0.6% -
HSV(B) 84.18º 0.36% 0.73% -
XYZ 35.66 44.37 24.45 -
YUV 171.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 160 187 120 0.14 0 0.36 0.27 84.18 0.33 0.6
Hex A0 BB 78 E 0 24 1B 54 21 3C
Octal 240 273 170 16 0 44 33 124 41 74
Binary 10100000 10111011 1111000 1110 0 100100 11011 1010100 100001 111100

Color Harmonies of #A0BB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB78

Black with #A0BB78

Text Example


Text Example

White with #A0BB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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