Html Css Color HEX #869048 Wasabi

📋 copy color: '#869048'

red 134 ◦ green 144 ◦ blue 72

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

Shades of Wasabi #869048

Tints of Wasabi #869048

RGB

 RED value IS 134 (52.73% from 255) = 38.29%

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 38.29%
G = 41.14%
B = 20.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#869048 (or 0x869048) is known color: Wasabi. HEX triplet: 86, 90 and 48. RGB value is (134,144,72). Sum of RGB (Red+Green+Blue) = 134+144+72=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #869048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869048 is #796FB7. Grayscale: #858585. Windows color (decimal): -7958456 or 4755590. OLE color: 4755590.

HSL color Cylindrical-coordinate representation of color #869048: hue angle of 68.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #869048 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 72 -
CMYK 0.07 0 0.50 0.44
HSL 68.33º 0.33% 0.42% -
HSV(B) 68.33º 0.5% 0.56% -
XYZ 20.97 25.48 9.94 -
YUV 132.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 134 144 72 0.07 0 0.50 0.44 68.33 0.33 0.42
Hex 86 90 48 7 0 32 2C 44 21 2A
Octal 206 220 110 7 0 62 54 104 41 52
Binary 10000110 10010000 1001000 111 0 110010 101100 1000100 100001 101010

Color Harmonies of #869048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869048

Black with #869048

Text Example


Text Example

White with #869048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869048; }

 p { color: rgb(134,144,72); }

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

background-color css

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

 a { background-color: rgb(134,144,72); }

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

border-color css

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

 span { border-color: rgb(134,144,72); }

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