Html Css Color HEX #949D67 Avocado

📋 copy color: '#949D67'

red 148 ◦ green 157 ◦ blue 103

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

Shades of Avocado #949D67

Tints of Avocado #949D67

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

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

R = 36.27%
G = 38.48%
B = 25.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#949D67 (or 0x949D67) is known color: Avocado. HEX triplet: 94, 9D and 67. RGB value is (148,157,103). Sum of RGB (Red+Green+Blue) = 148+157+103=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #949D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D67 is #6B6298. Grayscale: #949494. Windows color (decimal): -7037593 or 6790548. OLE color: 6790548.

HSL color Cylindrical-coordinate representation of color #949D67: hue angle of 70º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #949D67 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 103 -
CMYK 0.06 0 0.34 0.38
HSL 70º 0.22% 0.51% -
HSV(B) 70º 0.34% 0.62% -
XYZ 26.72 31.39 17.48 -
YUV 148.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 148 157 103 0.06 0 0.34 0.38 70 0.22 0.51
Hex 94 9D 67 6 0 22 26 46 16 33
Octal 224 235 147 6 0 42 46 106 26 63
Binary 10010100 10011101 1100111 110 0 100010 100110 1000110 10110 110011

Color Harmonies of #949D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D67

Black with #949D67

Text Example


Text Example

White with #949D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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