Html Css Color HEX #949B68 Avocado

📋 copy color: '#949B68'

red 148 ◦ green 155 ◦ blue 104

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

Shades of Avocado #949B68

Tints of Avocado #949B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 36.36%
G = 38.08%
B = 25.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#949B68 (or 0x949B68) is known color: Avocado. HEX triplet: 94, 9B and 68. RGB value is (148,155,104). Sum of RGB (Red+Green+Blue) = 148+155+104=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #949B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B68 is #6B6497. Grayscale: #939393. Windows color (decimal): -7038104 or 6855572. OLE color: 6855572.

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

Color convert

RGB 148 155 104 -
CMYK 0.05 0 0.33 0.39
HSL 68.24º 0.2% 0.51% -
HSV(B) 68.24º 0.33% 0.61% -
XYZ 26.43 30.74 17.64 -
YUV 147.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 148 155 104 0.05 0 0.33 0.39 68.24 0.2 0.51
Hex 94 9B 68 5 0 21 27 44 14 33
Octal 224 233 150 5 0 41 47 104 24 63
Binary 10010100 10011011 1101000 101 0 100001 100111 1000100 10100 110011

Color Harmonies of #949B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B68

Black with #949B68

Text Example


Text Example

White with #949B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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