Html Css Color HEX #758B45 Wasabi

📋 copy color: '#758B45'

red 117 ◦ green 139 ◦ blue 69

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

Shades of Wasabi #758B45

Tints of Wasabi #758B45

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

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

R = 36%
G = 42.77%
B = 21.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#758B45 (or 0x758B45) is known color: Wasabi. HEX triplet: 75, 8B and 45. RGB value is (117,139,69). Sum of RGB (Red+Green+Blue) = 117+139+69=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #758B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B45 is #8A74BA. Grayscale: #7C7C7C. Windows color (decimal): -9073851 or 4557685. OLE color: 4557685.

HSL color Cylindrical-coordinate representation of color #758B45: hue angle of 78.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758B45 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 69 -
CMYK 0.16 0 0.50 0.45
HSL 78.86º 0.34% 0.41% -
HSV(B) 78.86º 0.5% 0.55% -
XYZ 17.64 22.68 9.08 -
YUV 124.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 117 139 69 0.16 0 0.50 0.45 78.86 0.34 0.41
Hex 75 8B 45 10 0 32 2D 4F 22 29
Octal 165 213 105 20 0 62 55 117 42 51
Binary 1110101 10001011 1000101 10000 0 110010 101101 1001111 100010 101001

Color Harmonies of #758B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B45

Black with #758B45

Text Example


Text Example

White with #758B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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