Html Css Color HEX #A0B765 Green Smoke

📋 copy color: '#A0B765'

red 160 ◦ green 183 ◦ blue 101

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

Shades of Green Smoke #A0B765

Tints of Green Smoke #A0B765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 36.04%
G = 41.22%
B = 22.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#A0B765 (or 0xA0B765) is known color: Green Smoke. HEX triplet: A0, B7 and 65. RGB value is (160,183,101). Sum of RGB (Red+Green+Blue) = 160+183+101=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B765 is #5F489A. Grayscale: #A7A7A7. Windows color (decimal): -6244507 or 6666144. OLE color: 6666144.

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

Color convert

RGB 160 183 101 -
CMYK 0.13 0 0.45 0.28
HSL 76.83º 0.36% 0.56% -
HSV(B) 76.83º 0.45% 0.72% -
XYZ 33.78 42.28 18.69 -
YUV 166.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 160 183 101 0.13 0 0.45 0.28 76.83 0.36 0.56
Hex A0 B7 65 D 0 2D 1C 4D 24 38
Octal 240 267 145 15 0 55 34 115 44 70
Binary 10100000 10110111 1100101 1101 0 101101 11100 1001101 100100 111000

Color Harmonies of #A0B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B765

Black with #A0B765

Text Example


Text Example

White with #A0B765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B765; }

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

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

background-color css

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

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

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

border-color css

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

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

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