Html Css Color HEX #A0B768 Olivine

📋 copy color: '#A0B768'

red 160 ◦ green 183 ◦ blue 104

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

Shades of Olivine #A0B768

Tints of Olivine #A0B768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.94%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 35.79%
G = 40.94%
B = 23.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#A0B768 (or 0xA0B768) is known color: Olivine. HEX triplet: A0, B7 and 68. RGB value is (160,183,104). Sum of RGB (Red+Green+Blue) = 160+183+104=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B768 is #5F4897. Grayscale: #A7A7A7. Windows color (decimal): -6244504 or 6862752. OLE color: 6862752.

HSL color Cylindrical-coordinate representation of color #A0B768: hue angle of 77.47º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0B768 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 104 -
CMYK 0.13 0 0.43 0.28
HSL 77.47º 0.35% 0.56% -
HSV(B) 77.47º 0.43% 0.72% -
XYZ 33.93 42.34 19.48 -
YUV 167.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 160 183 104 0.13 0 0.43 0.28 77.47 0.35 0.56
Hex A0 B7 68 D 0 2B 1C 4D 23 38
Octal 240 267 150 15 0 53 34 115 43 70
Binary 10100000 10110111 1101000 1101 0 101011 11100 1001101 100011 111000

Color Harmonies of #A0B768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B768

Black with #A0B768

Text Example


Text Example

White with #A0B768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B768; }

 p { color: rgb(160,183,104); }

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

background-color css

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

 a { background-color: rgb(160,183,104); }

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

border-color css

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

 span { border-color: rgb(160,183,104); }

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