Html Css Color HEX #939960 Avocado

📋 copy color: '#939960'

red 147 ◦ green 153 ◦ blue 96

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

Shades of Avocado #939960

Tints of Avocado #939960

RGB

 RED value IS 147 (57.81% from 255) = 37.12%

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 37.12%
G = 38.64%
B = 24.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#939960 (or 0x939960) is known color: Avocado. HEX triplet: 93, 99 and 60. RGB value is (147,153,96). Sum of RGB (Red+Green+Blue) = 147+153+96=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #939960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939960 is #6C669F. Grayscale: #909090. Windows color (decimal): -7104160 or 6330771. OLE color: 6330771.

HSL color Cylindrical-coordinate representation of color #939960: hue angle of 66.32º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #939960 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 96 -
CMYK 0.04 0 0.37 0.4
HSL 66.32º 0.23% 0.49% -
HSV(B) 66.32º 0.37% 0.6% -
XYZ 25.54 29.83 15.48 -
YUV 144.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 147 153 96 0.04 0 0.37 0.4 66.32 0.23 0.49
Hex 93 99 60 4 0 25 28 42 17 31
Octal 223 231 140 4 0 45 50 102 27 61
Binary 10010011 10011001 1100000 100 0 100101 101000 1000010 10111 110001

Color Harmonies of #939960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939960

Black with #939960

Text Example


Text Example

White with #939960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939960; }

 p { color: rgb(147,153,96); }

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

background-color css

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

 a { background-color: rgb(147,153,96); }

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

border-color css

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

 span { border-color: rgb(147,153,96); }

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