Html Css Color HEX #979862 Avocado

📋 copy color: '#979862'

red 151 ◦ green 152 ◦ blue 98

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

Shades of Avocado #979862

Tints of Avocado #979862

RGB

 RED value IS 151 (59.38% from 255) = 37.66%

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 37.66%
G = 37.91%
B = 24.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#979862 (or 0x979862) is known color: Avocado. HEX triplet: 97, 98 and 62. RGB value is (151,152,98). Sum of RGB (Red+Green+Blue) = 151+152+98=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #979862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979862 is #68679D. Grayscale: #919191. Windows color (decimal): -6842270 or 6461591. OLE color: 6461591.

HSL color Cylindrical-coordinate representation of color #979862: hue angle of 61.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979862 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 152 98 -
CMYK 0.01 0 0.36 0.40
HSL 61.11º 0.22% 0.49% -
HSV(B) 61.11º 0.36% 0.6% -
XYZ 26.2 29.92 15.95 -
YUV 145.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 151 152 98 0.01 0 0.36 0.40 61.11 0.22 0.49
Hex 97 98 62 1 0 24 28 3D 16 31
Octal 227 230 142 1 0 44 50 75 26 61
Binary 10010111 10011000 1100010 1 0 100100 101000 111101 10110 110001

Color Harmonies of #979862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979862

Black with #979862

Text Example


Text Example

White with #979862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979862; }

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

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

background-color css

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

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

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

border-color css

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

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

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