Html Css Color HEX #869038 Wasabi

📋 copy color: '#869038'

red 134 ◦ green 144 ◦ blue 56

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

Shades of Wasabi #869038

Tints of Wasabi #869038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 40.12%
G = 43.11%
B = 16.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#869038 (or 0x869038) is known color: Wasabi. HEX triplet: 86, 90 and 38. RGB value is (134,144,56). Sum of RGB (Red+Green+Blue) = 134+144+56=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #869038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869038 is #796FC7. Grayscale: #838383. Windows color (decimal): -7958472 or 3707014. OLE color: 3707014.

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

Color convert

RGB 134 144 56 -
CMYK 0.07 0 0.61 0.44
HSL 66.82º 0.44% 0.39% -
HSV(B) 66.82º 0.61% 0.56% -
XYZ 20.52 25.3 7.54 -
YUV 130.98 85.69 130.16 -
System Red Green Blue C M Y K H S L
Decimal 134 144 56 0.07 0 0.61 0.44 66.82 0.44 0.39
Hex 86 90 38 7 0 3D 2C 43 2C 27
Octal 206 220 70 7 0 75 54 103 54 47
Binary 10000110 10010000 111000 111 0 111101 101100 1000011 101100 100111

Color Harmonies of #869038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869038

Black with #869038

Text Example


Text Example

White with #869038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869038; }

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

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

background-color css

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

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

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

border-color css

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

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

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