Html Css Color HEX #869241 Wasabi

📋 copy color: '#869241'

red 134 ◦ green 146 ◦ blue 65

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

Shades of Wasabi #869241

Tints of Wasabi #869241

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.32%

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 38.84%
G = 42.32%
B = 18.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#869241 (or 0x869241) is known color: Wasabi. HEX triplet: 86, 92 and 41. RGB value is (134,146,65). Sum of RGB (Red+Green+Blue) = 134+146+65=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #869241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869241 is #796DBE. Grayscale: #858585. Windows color (decimal): -7957951 or 4297350. OLE color: 4297350.

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

Color convert

RGB 134 146 65 -
CMYK 0.08 0 0.55 0.43
HSL 68.89º 0.38% 0.41% -
HSV(B) 68.89º 0.55% 0.57% -
XYZ 21.06 26.01 8.91 -
YUV 133.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 134 146 65 0.08 0 0.55 0.43 68.89 0.38 0.41
Hex 86 92 41 8 0 37 2B 45 26 29
Octal 206 222 101 10 0 67 53 105 46 51
Binary 10000110 10010010 1000001 1000 0 110111 101011 1000101 100110 101001

Color Harmonies of #869241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869241

Black with #869241

Text Example


Text Example

White with #869241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869241; }

 p { color: rgb(134,146,65); }

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

background-color css

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

 a { background-color: rgb(134,146,65); }

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

border-color css

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

 span { border-color: rgb(134,146,65); }

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