Html Css Color HEX #858945 Wasabi

📋 copy color: '#858945'

red 133 ◦ green 137 ◦ blue 69

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

Shades of Wasabi #858945

Tints of Wasabi #858945

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 39.23%
G = 40.41%
B = 20.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#858945 (or 0x858945) is known color: Wasabi. HEX triplet: 85, 89 and 45. RGB value is (133,137,69). Sum of RGB (Red+Green+Blue) = 133+137+69=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #858945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858945 is #7A76BA. Grayscale: #808080. Windows color (decimal): -8025787 or 4557189. OLE color: 4557189.

HSL color Cylindrical-coordinate representation of color #858945: hue angle of 63.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858945 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 69 -
CMYK 0.03 0 0.50 0.46
HSL 63.53º 0.33% 0.4% -
HSV(B) 63.53º 0.5% 0.54% -
XYZ 19.69 23.31 9.09 -
YUV 128.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 133 137 69 0.03 0 0.50 0.46 63.53 0.33 0.4
Hex 85 89 45 3 0 32 2E 40 21 28
Octal 205 211 105 3 0 62 56 100 41 50
Binary 10000101 10001001 1000101 11 0 110010 101110 1000000 100001 101000

Color Harmonies of #858945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858945

Black with #858945

Text Example


Text Example

White with #858945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858945; }

 p { color: rgb(133,137,69); }

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

background-color css

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

 a { background-color: rgb(133,137,69); }

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

border-color css

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

 span { border-color: rgb(133,137,69); }

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