Html Css Color HEX #859742 Wasabi

📋 copy color: '#859742'

red 133 ◦ green 151 ◦ blue 66

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

Shades of Wasabi #859742

Tints of Wasabi #859742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 38%
G = 43.14%
B = 18.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#859742 (or 0x859742) is known color: Wasabi. HEX triplet: 85, 97 and 42. RGB value is (133,151,66). Sum of RGB (Red+Green+Blue) = 133+151+66=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #859742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859742 is #7A68BD. Grayscale: #888888. Windows color (decimal): -8022206 or 4364165. OLE color: 4364165.

HSL color Cylindrical-coordinate representation of color #859742: hue angle of 72.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #859742 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 151 66 -
CMYK 0.12 0 0.56 0.41
HSL 72.71º 0.39% 0.43% -
HSV(B) 72.71º 0.56% 0.59% -
XYZ 21.72 27.51 9.32 -
YUV 135.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 133 151 66 0.12 0 0.56 0.41 72.71 0.39 0.43
Hex 85 97 42 C 0 38 29 49 27 2B
Octal 205 227 102 14 0 70 51 111 47 53
Binary 10000101 10010111 1000010 1100 0 111000 101001 1001001 100111 101011

Color Harmonies of #859742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859742

Black with #859742

Text Example


Text Example

White with #859742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859742; }

 p { color: rgb(133,151,66); }

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

background-color css

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

 a { background-color: rgb(133,151,66); }

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

border-color css

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

 span { border-color: rgb(133,151,66); }

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