Html Css Color HEX #969C65 Avocado

📋 copy color: '#969C65'

red 150 ◦ green 156 ◦ blue 101

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

Shades of Avocado #969C65

Tints of Avocado #969C65

RGB

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

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

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

R = 36.86%
G = 38.33%
B = 24.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#969C65 (or 0x969C65) is known color: Avocado. HEX triplet: 96, 9C and 65. RGB value is (150,156,101). Sum of RGB (Red+Green+Blue) = 150+156+101=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #969C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C65 is #69639A. Grayscale: #949494. Windows color (decimal): -6906779 or 6659222. OLE color: 6659222.

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

Color convert

RGB 150 156 101 -
CMYK 0.04 0 0.35 0.39
HSL 66.55º 0.22% 0.5% -
HSV(B) 66.55º 0.35% 0.61% -
XYZ 26.82 31.2 16.92 -
YUV 147.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 150 156 101 0.04 0 0.35 0.39 66.55 0.22 0.5
Hex 96 9C 65 4 0 23 27 43 16 32
Octal 226 234 145 4 0 43 47 103 26 62
Binary 10010110 10011100 1100101 100 0 100011 100111 1000011 10110 110010

Color Harmonies of #969C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C65

Black with #969C65

Text Example


Text Example

White with #969C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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