Html Css Color HEX #969C71 Avocado

📋 copy color: '#969C71'

red 150 ◦ green 156 ◦ blue 113

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

Shades of Avocado #969C71

Tints of Avocado #969C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 35.8%
G = 37.23%
B = 26.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#969C71 (or 0x969C71) is known color: Avocado. HEX triplet: 96, 9C and 71. RGB value is (150,156,113). Sum of RGB (Red+Green+Blue) = 150+156+113=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #969C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C71 is #69638E. Grayscale: #959595. Windows color (decimal): -6906767 or 7445654. OLE color: 7445654.

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

Color convert

RGB 150 156 113 -
CMYK 0.04 0 0.28 0.39
HSL 68.37º 0.18% 0.53% -
HSV(B) 68.37º 0.28% 0.61% -
XYZ 27.45 31.45 20.25 -
YUV 149.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 150 156 113 0.04 0 0.28 0.39 68.37 0.18 0.53
Hex 96 9C 71 4 0 1C 27 44 12 35
Octal 226 234 161 4 0 34 47 104 22 65
Binary 10010110 10011100 1110001 100 0 11100 100111 1000100 10010 110101

Color Harmonies of #969C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C71

Black with #969C71

Text Example


Text Example

White with #969C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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