Html Css Color HEX #969C67 Avocado

📋 copy color: '#969C67'

red 150 ◦ green 156 ◦ blue 103

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

Shades of Avocado #969C67

Tints of Avocado #969C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.18%

R = 36.67%
G = 38.14%
B = 25.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#969C67 (or 0x969C67) is known color: Avocado. HEX triplet: 96, 9C and 67. RGB value is (150,156,103). Sum of RGB (Red+Green+Blue) = 150+156+103=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #969C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C67 is #696398. Grayscale: #949494. Windows color (decimal): -6906777 or 6790294. OLE color: 6790294.

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

Color convert

RGB 150 156 103 -
CMYK 0.04 0 0.34 0.39
HSL 66.79º 0.21% 0.51% -
HSV(B) 66.79º 0.34% 0.61% -
XYZ 26.91 31.24 17.44 -
YUV 148.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 150 156 103 0.04 0 0.34 0.39 66.79 0.21 0.51
Hex 96 9C 67 4 0 22 27 43 15 33
Octal 226 234 147 4 0 42 47 103 25 63
Binary 10010110 10011100 1100111 100 0 100010 100111 1000011 10101 110011

Color Harmonies of #969C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C67

Black with #969C67

Text Example


Text Example

White with #969C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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