Html Css Color HEX #969C5F Avocado

📋 copy color: '#969C5F'

red 150 ◦ green 156 ◦ blue 95

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

Shades of Avocado #969C5F

Tints of Avocado #969C5F

RGB

 RED value IS 150 (58.98% from 255) = 37.41%

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 37.41%
G = 38.9%
B = 23.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#969C5F (or 0x969C5F) is known color: Avocado. HEX triplet: 96, 9C and 5F. RGB value is (150,156,95). Sum of RGB (Red+Green+Blue) = 150+156+95=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #969C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C5F is #6963A0. Grayscale: #939393. Windows color (decimal): -6906785 or 6266006. OLE color: 6266006.

HSL color Cylindrical-coordinate representation of color #969C5F: hue angle of 65.9º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #969C5F is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 156 95 -
CMYK 0.04 0 0.39 0.39
HSL 65.9º 0.24% 0.49% -
HSV(B) 65.9º 0.39% 0.61% -
XYZ 26.53 31.09 15.43 -
YUV 147.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 150 156 95 0.04 0 0.39 0.39 65.9 0.24 0.49
Hex 96 9C 5F 4 0 27 27 42 18 31
Octal 226 234 137 4 0 47 47 102 30 61
Binary 10010110 10011100 1011111 100 0 100111 100111 1000010 11000 110001

Color Harmonies of #969C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C5F

Black with #969C5F

Text Example


Text Example

White with #969C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969C5F; }

 p { color: rgb(150,156,95); }

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

background-color css

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

 a { background-color: rgb(150,156,95); }

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

border-color css

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

 span { border-color: rgb(150,156,95); }

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