Html Css Color HEX #969658 Avocado

📋 copy color: '#969658'

red 150 ◦ green 150 ◦ blue 88

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

Shades of Avocado #969658

Tints of Avocado #969658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 88 (34.77% from 255) = 22.68%

R = 38.66%
G = 38.66%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#969658 (or 0x969658) is known color: Avocado. HEX triplet: 96, 96 and 58. RGB value is (150,150,88). Sum of RGB (Red+Green+Blue) = 150+150+88=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969658 is #6969A7. Grayscale: #8F8F8F. Windows color (decimal): -6908328 or 5805718. OLE color: 5805718.

HSL color Cylindrical-coordinate representation of color #969658: hue angle of 60º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969658 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 88 -
CMYK 0 0 0.41 0.41
HSL 60º 0.26% 0.47% -
HSV(B) 60º 0.41% 0.59% -
XYZ 25.25 29 13.5 -
YUV 142.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 150 150 88 0 0 0.41 0.41 60 0.26 0.47
Hex 96 96 58 0 0 29 29 3C 1A 2F
Octal 226 226 130 0 0 51 51 74 32 57
Binary 10010110 10010110 1011000 0 0 101001 101001 111100 11010 101111

Color Harmonies of #969658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969658

Black with #969658

Text Example


Text Example

White with #969658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969658; }

 p { color: rgb(150,150,88); }

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

background-color css

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

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

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

border-color css

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

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

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