Html Css Color HEX #959C69 Avocado

📋 copy color: '#959C69'

red 149 ◦ green 156 ◦ blue 105

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

Shades of Avocado #959C69

Tints of Avocado #959C69

RGB

 RED value IS 149 (58.59% from 255) = 36.34%

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

 BLUE value IS 105 (41.41% from 255) = 25.61%

R = 36.34%
G = 38.05%
B = 25.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#959C69 (or 0x959C69) is known color: Avocado. HEX triplet: 95, 9C and 69. RGB value is (149,156,105). Sum of RGB (Red+Green+Blue) = 149+156+105=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 156 - color contains mainly: green. Hex color #959C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C69 is #6A6396. Grayscale: #949494. Windows color (decimal): -6972311 or 6921365. OLE color: 6921365.

HSL color Cylindrical-coordinate representation of color #959C69: hue angle of 68.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959C69 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 156 105 -
CMYK 0.04 0 0.33 0.39
HSL 68.24º 0.2% 0.51% -
HSV(B) 68.24º 0.33% 0.61% -
XYZ 26.83 31.19 17.97 -
YUV 148.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 149 156 105 0.04 0 0.33 0.39 68.24 0.2 0.51
Hex 95 9C 69 4 0 21 27 44 14 33
Octal 225 234 151 4 0 41 47 104 24 63
Binary 10010101 10011100 1101001 100 0 100001 100111 1000100 10100 110011

Color Harmonies of #959C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C69

Black with #959C69

Text Example


Text Example

White with #959C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959C69; }

 p { color: rgb(149,156,105); }

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

background-color css

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

 a { background-color: rgb(149,156,105); }

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

border-color css

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

 span { border-color: rgb(149,156,105); }

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