Html Css Color HEX #949B60 Avocado

📋 copy color: '#949B60'

red 148 ◦ green 155 ◦ blue 96

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

Shades of Avocado #949B60

Tints of Avocado #949B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.06%

R = 37.09%
G = 38.85%
B = 24.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#949B60 (or 0x949B60) is known color: Avocado. HEX triplet: 94, 9B and 60. RGB value is (148,155,96). Sum of RGB (Red+Green+Blue) = 148+155+96=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #949B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B60 is #6B649F. Grayscale: #929292. Windows color (decimal): -7038112 or 6331284. OLE color: 6331284.

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

Color convert

RGB 148 155 96 -
CMYK 0.05 0 0.38 0.39
HSL 67.12º 0.24% 0.49% -
HSV(B) 67.12º 0.38% 0.61% -
XYZ 26.05 30.58 15.6 -
YUV 146.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 148 155 96 0.05 0 0.38 0.39 67.12 0.24 0.49
Hex 94 9B 60 5 0 26 27 43 18 31
Octal 224 233 140 5 0 46 47 103 30 61
Binary 10010100 10011011 1100000 101 0 100110 100111 1000011 11000 110001

Color Harmonies of #949B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B60

Black with #949B60

Text Example


Text Example

White with #949B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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