Html Css Color HEX #758345 Wasabi

📋 copy color: '#758345'

red 117 ◦ green 131 ◦ blue 69

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

Shades of Wasabi #758345

Tints of Wasabi #758345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 36.91%
G = 41.32%
B = 21.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#758345 (or 0x758345) is known color: Wasabi. HEX triplet: 75, 83 and 45. RGB value is (117,131,69). Sum of RGB (Red+Green+Blue) = 117+131+69=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #758345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758345 is #8A7CBA. Grayscale: #777777. Windows color (decimal): -9075899 or 4555637. OLE color: 4555637.

HSL color Cylindrical-coordinate representation of color #758345: hue angle of 73.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758345 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 69 -
CMYK 0.11 0 0.47 0.49
HSL 73.55º 0.31% 0.39% -
HSV(B) 73.55º 0.47% 0.51% -
XYZ 16.53 20.44 8.71 -
YUV 119.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 117 131 69 0.11 0 0.47 0.49 73.55 0.31 0.39
Hex 75 83 45 B 0 2F 31 4A 1F 27
Octal 165 203 105 13 0 57 61 112 37 47
Binary 1110101 10000011 1000101 1011 0 101111 110001 1001010 11111 100111

Color Harmonies of #758345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758345

Black with #758345

Text Example


Text Example

White with #758345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758345; }

 p { color: rgb(117,131,69); }

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

background-color css

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

 a { background-color: rgb(117,131,69); }

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

border-color css

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

 span { border-color: rgb(117,131,69); }

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