Html Css Color HEX #949758 Avocado

📋 copy color: '#949758'

red 148 ◦ green 151 ◦ blue 88

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

Shades of Avocado #949758

Tints of Avocado #949758

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.02%

 BLUE value IS 88 (34.77% from 255) = 22.74%

R = 38.24%
G = 39.02%
B = 22.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#949758 (or 0x949758) is known color: Avocado. HEX triplet: 94, 97 and 58. RGB value is (148,151,88). Sum of RGB (Red+Green+Blue) = 148+151+88=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #949758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949758 is #6B68A7. Grayscale: #8F8F8F. Windows color (decimal): -7039144 or 5805972. OLE color: 5805972.

HSL color Cylindrical-coordinate representation of color #949758: hue angle of 62.86º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949758 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 88 -
CMYK 0.02 0 0.42 0.41
HSL 62.86º 0.26% 0.47% -
HSV(B) 62.86º 0.42% 0.59% -
XYZ 25.04 29.13 13.54 -
YUV 142.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 148 151 88 0.02 0 0.42 0.41 62.86 0.26 0.47
Hex 94 97 58 2 0 2A 29 3F 1A 2F
Octal 224 227 130 2 0 52 51 77 32 57
Binary 10010100 10010111 1011000 10 0 101010 101001 111111 11010 101111

Color Harmonies of #949758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949758

Black with #949758

Text Example


Text Example

White with #949758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949758; }

 p { color: rgb(148,151,88); }

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

background-color css

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

 a { background-color: rgb(148,151,88); }

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

border-color css

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

 span { border-color: rgb(148,151,88); }

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