Html Css Color HEX #949762 Avocado

📋 copy color: '#949762'

red 148 ◦ green 151 ◦ blue 98

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

Shades of Avocado #949762

Tints of Avocado #949762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.69%

R = 37.28%
G = 38.04%
B = 24.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#949762 (or 0x949762) is known color: Avocado. HEX triplet: 94, 97 and 62. RGB value is (148,151,98). Sum of RGB (Red+Green+Blue) = 148+151+98=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #949762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949762 is #6B689D. Grayscale: #909090. Windows color (decimal): -7039134 or 6461332. OLE color: 6461332.

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

Color convert

RGB 148 151 98 -
CMYK 0.02 0 0.35 0.41
HSL 63.4º 0.21% 0.49% -
HSV(B) 63.4º 0.35% 0.59% -
XYZ 25.48 29.31 15.87 -
YUV 144.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 148 151 98 0.02 0 0.35 0.41 63.4 0.21 0.49
Hex 94 97 62 2 0 23 29 3F 15 31
Octal 224 227 142 2 0 43 51 77 25 61
Binary 10010100 10010111 1100010 10 0 100011 101001 111111 10101 110001

Color Harmonies of #949762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949762

Black with #949762

Text Example


Text Example

White with #949762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949762; }

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

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

background-color css

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

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

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

border-color css

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

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

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