Html Css Color HEX #869148 Wasabi

📋 copy color: '#869148'

red 134 ◦ green 145 ◦ blue 72

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

Shades of Wasabi #869148

Tints of Wasabi #869148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 38.18%
G = 41.31%
B = 20.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#869148 (or 0x869148) is known color: Wasabi. HEX triplet: 86, 91 and 48. RGB value is (134,145,72). Sum of RGB (Red+Green+Blue) = 134+145+72=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #869148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869148 is #796EB7. Grayscale: #858585. Windows color (decimal): -7958200 or 4755846. OLE color: 4755846.

HSL color Cylindrical-coordinate representation of color #869148: hue angle of 69.04º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #869148 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 145 72 -
CMYK 0.08 0 0.50 0.43
HSL 69.04º 0.34% 0.43% -
HSV(B) 69.04º 0.5% 0.57% -
XYZ 21.13 25.79 9.99 -
YUV 133.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 134 145 72 0.08 0 0.50 0.43 69.04 0.34 0.43
Hex 86 91 48 8 0 32 2B 45 22 2B
Octal 206 221 110 10 0 62 53 105 42 53
Binary 10000110 10010001 1001000 1000 0 110010 101011 1000101 100010 101011

Color Harmonies of #869148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869148

Black with #869148

Text Example


Text Example

White with #869148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869148; }

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

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

background-color css

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

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

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

border-color css

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

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

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