Html Css Color HEX #969761 Avocado

📋 copy color: '#969761'

red 150 ◦ green 151 ◦ blue 97

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

Shades of Avocado #969761

Tints of Avocado #969761

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.94%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 37.69%
G = 37.94%
B = 24.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#969761 (or 0x969761) is known color: Avocado. HEX triplet: 96, 97 and 61. RGB value is (150,151,97). Sum of RGB (Red+Green+Blue) = 150+151+97=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #969761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969761 is #69689E. Grayscale: #909090. Windows color (decimal): -6908063 or 6395798. OLE color: 6395798.

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

Color convert

RGB 150 151 97 -
CMYK 0.01 0 0.36 0.41
HSL 61.11º 0.22% 0.49% -
HSV(B) 61.11º 0.36% 0.59% -
XYZ 25.8 29.48 15.64 -
YUV 144.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 150 151 97 0.01 0 0.36 0.41 61.11 0.22 0.49
Hex 96 97 61 1 0 24 29 3D 16 31
Octal 226 227 141 1 0 44 51 75 26 61
Binary 10010110 10010111 1100001 1 0 100100 101001 111101 10110 110001

Color Harmonies of #969761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969761

Black with #969761

Text Example


Text Example

White with #969761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969761; }

 p { color: rgb(150,151,97); }

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

background-color css

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

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

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

border-color css

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

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

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