Html Css Color HEX #949B70 Avocado

📋 copy color: '#949B70'

red 148 ◦ green 155 ◦ blue 112

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

Shades of Avocado #949B70

Tints of Avocado #949B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.35%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 35.66%
G = 37.35%
B = 26.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#949B70 (or 0x949B70) is known color: Avocado. HEX triplet: 94, 9B and 70. RGB value is (148,155,112). Sum of RGB (Red+Green+Blue) = 148+155+112=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #949B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B70 is #6B648F. Grayscale: #949494. Windows color (decimal): -7038096 or 7379860. OLE color: 7379860.

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

Color convert

RGB 148 155 112 -
CMYK 0.05 0 0.28 0.39
HSL 69.77º 0.18% 0.52% -
HSV(B) 69.77º 0.28% 0.61% -
XYZ 26.86 30.91 19.88 -
YUV 148.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 148 155 112 0.05 0 0.28 0.39 69.77 0.18 0.52
Hex 94 9B 70 5 0 1C 27 46 12 34
Octal 224 233 160 5 0 34 47 106 22 64
Binary 10010100 10011011 1110000 101 0 11100 100111 1000110 10010 110100

Color Harmonies of #949B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B70

Black with #949B70

Text Example


Text Example

White with #949B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,112); }

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

background-color css

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

 a { background-color: rgb(148,155,112); }

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

border-color css

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

 span { border-color: rgb(148,155,112); }

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