Html Css Color HEX #869039 Wasabi

📋 copy color: '#869039'

red 134 ◦ green 144 ◦ blue 57

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

Shades of Wasabi #869039

Tints of Wasabi #869039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 40%
G = 42.99%
B = 17.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#869039 (or 0x869039) is known color: Wasabi. HEX triplet: 86, 90 and 39. RGB value is (134,144,57). Sum of RGB (Red+Green+Blue) = 134+144+57=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #869039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869039 is #796FC6. Grayscale: #838383. Windows color (decimal): -7958471 or 3772550. OLE color: 3772550.

HSL color Cylindrical-coordinate representation of color #869039: hue angle of 66.9º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #869039 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 57 -
CMYK 0.07 0 0.60 0.44
HSL 66.9º 0.43% 0.39% -
HSV(B) 66.9º 0.6% 0.56% -
XYZ 20.54 25.31 7.67 -
YUV 131.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 134 144 57 0.07 0 0.60 0.44 66.9 0.43 0.39
Hex 86 90 39 7 0 3C 2C 43 2B 27
Octal 206 220 71 7 0 74 54 103 53 47
Binary 10000110 10010000 111001 111 0 111100 101100 1000011 101011 100111

Color Harmonies of #869039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869039

Black with #869039

Text Example


Text Example

White with #869039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869039; }

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

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

background-color css

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

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

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

border-color css

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

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

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