Html Css Color HEX #859129 Wasabi

📋 copy color: '#859129'

red 133 ◦ green 145 ◦ blue 41

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

Shades of Wasabi #859129

Tints of Wasabi #859129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.85%

R = 41.69%
G = 45.45%
B = 12.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#859129 (or 0x859129) is known color: Wasabi. HEX triplet: 85, 91 and 29. RGB value is (133,145,41). Sum of RGB (Red+Green+Blue) = 133+145+41=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #859129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859129 is #7A6ED6. Grayscale: #818181. Windows color (decimal): -8023767 or 2724229. OLE color: 2724229.

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

Color convert

RGB 133 145 41 -
CMYK 0.08 0 0.72 0.43
HSL 66.92º 0.56% 0.36% -
HSV(B) 66.92º 0.72% 0.57% -
XYZ 20.2 25.4 5.94 -
YUV 129.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 133 145 41 0.08 0 0.72 0.43 66.92 0.56 0.36
Hex 85 91 29 8 0 48 2B 43 38 24
Octal 205 221 51 10 0 110 53 103 70 44
Binary 10000101 10010001 101001 1000 0 1001000 101011 1000011 111000 100100

Color Harmonies of #859129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859129

Black with #859129

Text Example


Text Example

White with #859129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859129; }

 p { color: rgb(133,145,41); }

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

background-color css

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

 a { background-color: rgb(133,145,41); }

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

border-color css

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

 span { border-color: rgb(133,145,41); }

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