Html Css Color HEX #949D68 Avocado

📋 copy color: '#949D68'

red 148 ◦ green 157 ◦ blue 104

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

Shades of Avocado #949D68

Tints of Avocado #949D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 36.19%
G = 38.39%
B = 25.43%

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

#949D68 (or 0x949D68) is known color: Avocado. HEX triplet: 94, 9D and 68. RGB value is (148,157,104). Sum of RGB (Red+Green+Blue) = 148+157+104=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #949D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D68 is #6B6297. Grayscale: #949494. Windows color (decimal): -7037592 or 6856084. OLE color: 6856084.

HSL color Cylindrical-coordinate representation of color #949D68: hue angle of 70.19º degrees, saturation: 0.21, 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 #949D68 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 104 -
CMYK 0.06 0 0.34 0.38
HSL 70.19º 0.21% 0.51% -
HSV(B) 70.19º 0.34% 0.62% -
XYZ 26.77 31.41 17.75 -
YUV 148.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 148 157 104 0.06 0 0.34 0.38 70.19 0.21 0.51
Hex 94 9D 68 6 0 22 26 46 15 33
Octal 224 235 150 6 0 42 46 106 25 63
Binary 10010100 10011101 1101000 110 0 100010 100110 1000110 10101 110011

Color Harmonies of #949D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D68

Black with #949D68

Text Example


Text Example

White with #949D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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