Html Css Color HEX #949C67 Avocado

📋 copy color: '#949C67'

red 148 ◦ green 156 ◦ blue 103

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

Shades of Avocado #949C67

Tints of Avocado #949C67

RGB

 RED value IS 148 (58.2% from 255) = 36.36%

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

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

R = 36.36%
G = 38.33%
B = 25.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#949C67 (or 0x949C67) is known color: Avocado. HEX triplet: 94, 9C and 67. RGB value is (148,156,103). Sum of RGB (Red+Green+Blue) = 148+156+103=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #949C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C67 is #6B6398. Grayscale: #939393. Windows color (decimal): -7037849 or 6790292. OLE color: 6790292.

HSL color Cylindrical-coordinate representation of color #949C67: hue angle of 69.06º 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 #949C67 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 103 -
CMYK 0.05 0 0.34 0.39
HSL 69.06º 0.21% 0.51% -
HSV(B) 69.06º 0.34% 0.61% -
XYZ 26.55 31.05 17.43 -
YUV 147.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 148 156 103 0.05 0 0.34 0.39 69.06 0.21 0.51
Hex 94 9C 67 5 0 22 27 45 15 33
Octal 224 234 147 5 0 42 47 105 25 63
Binary 10010100 10011100 1100111 101 0 100010 100111 1000101 10101 110011

Color Harmonies of #949C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C67

Black with #949C67

Text Example


Text Example

White with #949C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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