Html Css Color HEX #949973 Avocado

📋 copy color: '#949973'

red 148 ◦ green 153 ◦ blue 115

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

Shades of Avocado #949973

Tints of Avocado #949973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 35.58%
G = 36.78%
B = 27.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#949973 (or 0x949973) is known color: Avocado. HEX triplet: 94, 99 and 73. RGB value is (148,153,115). Sum of RGB (Red+Green+Blue) = 148+153+115=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #949973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949973 is #6B668C. Grayscale: #939393. Windows color (decimal): -7038605 or 7575956. OLE color: 7575956.

HSL color Cylindrical-coordinate representation of color #949973: hue angle of 67.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949973 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 115 -
CMYK 0.03 0 0.25 0.4
HSL 67.89º 0.16% 0.53% -
HSV(B) 67.89º 0.25% 0.6% -
XYZ 26.7 30.32 20.66 -
YUV 147.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 148 153 115 0.03 0 0.25 0.4 67.89 0.16 0.53
Hex 94 99 73 3 0 19 28 44 10 35
Octal 224 231 163 3 0 31 50 104 20 65
Binary 10010100 10011001 1110011 11 0 11001 101000 1000100 10000 110101

Color Harmonies of #949973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949973

Black with #949973

Text Example


Text Example

White with #949973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949973; }

 p { color: rgb(148,153,115); }

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

background-color css

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

 a { background-color: rgb(148,153,115); }

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

border-color css

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

 span { border-color: rgb(148,153,115); }

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