Html Css Color HEX #949C68 Avocado

📋 copy color: '#949C68'

red 148 ◦ green 156 ◦ blue 104

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

Shades of Avocado #949C68

Tints of Avocado #949C68

RGB

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

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

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

R = 36.27%
G = 38.24%
B = 25.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#949C68 (or 0x949C68) is known color: Avocado. HEX triplet: 94, 9C and 68. RGB value is (148,156,104). Sum of RGB (Red+Green+Blue) = 148+156+104=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #949C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C68 is #6B6397. Grayscale: #939393. Windows color (decimal): -7037848 or 6855828. OLE color: 6855828.

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

Color convert

RGB 148 156 104 -
CMYK 0.05 0 0.33 0.39
HSL 69.23º 0.21% 0.51% -
HSV(B) 69.23º 0.33% 0.61% -
XYZ 26.6 31.07 17.69 -
YUV 147.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 148 156 104 0.05 0 0.33 0.39 69.23 0.21 0.51
Hex 94 9C 68 5 0 21 27 45 15 33
Octal 224 234 150 5 0 41 47 105 25 63
Binary 10010100 10011100 1101000 101 0 100001 100111 1000101 10101 110011

Color Harmonies of #949C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C68

Black with #949C68

Text Example


Text Example

White with #949C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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