Html Css Color HEX #A0B672 Olivine

📋 copy color: '#A0B672'

red 160 ◦ green 182 ◦ blue 114

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

Shades of Olivine #A0B672

Tints of Olivine #A0B672

RGB

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

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

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

R = 35.09%
G = 39.91%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#A0B672 (or 0xA0B672) is known color: Olivine. HEX triplet: A0, B6 and 72. RGB value is (160,182,114). Sum of RGB (Red+Green+Blue) = 160+182+114=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B672 is #5F498D. Grayscale: #A7A7A7. Windows color (decimal): -6244750 or 7517856. OLE color: 7517856.

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

Color convert

RGB 160 182 114 -
CMYK 0.12 0 0.37 0.29
HSL 79.41º 0.32% 0.58% -
HSV(B) 79.41º 0.37% 0.71% -
XYZ 34.26 42.14 22.25 -
YUV 167.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 160 182 114 0.12 0 0.37 0.29 79.41 0.32 0.58
Hex A0 B6 72 C 0 25 1D 4F 20 3A
Octal 240 266 162 14 0 45 35 117 40 72
Binary 10100000 10110110 1110010 1100 0 100101 11101 1001111 100000 111010

Color Harmonies of #A0B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B672

Black with #A0B672

Text Example


Text Example

White with #A0B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B672; }

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

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

background-color css

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

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

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

border-color css

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

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

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