Html Css Color HEX #758841 Wasabi

📋 copy color: '#758841'

red 117 ◦ green 136 ◦ blue 65

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

Shades of Wasabi #758841

Tints of Wasabi #758841

RGB

 RED value IS 117 (46.09% from 255) = 36.79%

 GREEN value IS 136 (53.52% from 255) = 42.77%

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 36.79%
G = 42.77%
B = 20.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#758841 (or 0x758841) is known color: Wasabi. HEX triplet: 75, 88 and 41. RGB value is (117,136,65). Sum of RGB (Red+Green+Blue) = 117+136+65=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #758841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758841 is #8A77BE. Grayscale: #7A7A7A. Windows color (decimal): -9074623 or 4294773. OLE color: 4294773.

HSL color Cylindrical-coordinate representation of color #758841: hue angle of 76.06º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #758841 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 65 -
CMYK 0.14 0 0.52 0.47
HSL 76.06º 0.35% 0.39% -
HSV(B) 76.06º 0.52% 0.53% -
XYZ 17.09 21.77 8.3 -
YUV 122.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 117 136 65 0.14 0 0.52 0.47 76.06 0.35 0.39
Hex 75 88 41 E 0 34 2F 4C 23 27
Octal 165 210 101 16 0 64 57 114 43 47
Binary 1110101 10001000 1000001 1110 0 110100 101111 1001100 100011 100111

Color Harmonies of #758841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758841

Black with #758841

Text Example


Text Example

White with #758841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758841; }

 p { color: rgb(117,136,65); }

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

background-color css

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

 a { background-color: rgb(117,136,65); }

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

border-color css

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

 span { border-color: rgb(117,136,65); }

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