Html Css Color HEX #758238 Wasabi

📋 copy color: '#758238'

red 117 ◦ green 130 ◦ blue 56

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

Shades of Wasabi #758238

Tints of Wasabi #758238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 38.61%
G = 42.9%
B = 18.48%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#758238 (or 0x758238) is known color: Wasabi. HEX triplet: 75, 82 and 38. RGB value is (117,130,56). Sum of RGB (Red+Green+Blue) = 117+130+56=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #758238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758238 is #8A7DC7. Grayscale: #757575. Windows color (decimal): -9076168 or 3703413. OLE color: 3703413.

HSL color Cylindrical-coordinate representation of color #758238: hue angle of 70.54º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #758238 is Cyan = 0.1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 56 -
CMYK 0.1 0 0.57 0.49
HSL 70.54º 0.4% 0.36% -
HSV(B) 70.54º 0.57% 0.51% -
XYZ 16.03 20.03 6.76 -
YUV 117.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 117 130 56 0.1 0 0.57 0.49 70.54 0.4 0.36
Hex 75 82 38 A 0 39 31 47 28 24
Octal 165 202 70 12 0 71 61 107 50 44
Binary 1110101 10000010 111000 1010 0 111001 110001 1000111 101000 100100

Color Harmonies of #758238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758238

Black with #758238

Text Example


Text Example

White with #758238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758238; }

 p { color: rgb(117,130,56); }

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

background-color css

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

 a { background-color: rgb(117,130,56); }

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

border-color css

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

 span { border-color: rgb(117,130,56); }

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