Html Css Color HEX #A0BC72 Olivine

📋 copy color: '#A0BC72'

red 160 ◦ green 188 ◦ blue 114

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

Shades of Olivine #A0BC72

Tints of Olivine #A0BC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

 BLUE value IS 114 (44.92% from 255) = 24.68%

R = 34.63%
G = 40.69%
B = 24.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#A0BC72 (or 0xA0BC72) is known color: Olivine. HEX triplet: A0, BC and 72. RGB value is (160,188,114). Sum of RGB (Red+Green+Blue) = 160+188+114=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC72 is #5F438D. Grayscale: #ABABAB. Windows color (decimal): -6243214 or 7519392. OLE color: 7519392.

HSL color Cylindrical-coordinate representation of color #A0BC72: hue angle of 82.7º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0BC72 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 114 -
CMYK 0.15 0 0.39 0.26
HSL 82.7º 0.36% 0.59% -
HSV(B) 82.7º 0.39% 0.74% -
XYZ 35.52 44.65 22.67 -
YUV 171.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 160 188 114 0.15 0 0.39 0.26 82.7 0.36 0.59
Hex A0 BC 72 F 0 27 1A 53 24 3B
Octal 240 274 162 17 0 47 32 123 44 73
Binary 10100000 10111100 1110010 1111 0 100111 11010 1010011 100100 111011

Color Harmonies of #A0BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC72

Black with #A0BC72

Text Example


Text Example

White with #A0BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC72; }

 p { color: rgb(160,188,114); }

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

background-color css

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

 a { background-color: rgb(160,188,114); }

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

border-color css

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

 span { border-color: rgb(160,188,114); }

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