Html Css Color HEX #758244 Wasabi

📋 copy color: '#758244'

red 117 ◦ green 130 ◦ blue 68

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

Shades of Wasabi #758244

Tints of Wasabi #758244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 37.14%
G = 41.27%
B = 21.59%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#758244 (or 0x758244) is known color: Wasabi. HEX triplet: 75, 82 and 44. RGB value is (117,130,68). Sum of RGB (Red+Green+Blue) = 117+130+68=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #758244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758244 is #8A7DBB. Grayscale: #777777. Windows color (decimal): -9076156 or 4489845. OLE color: 4489845.

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

Color convert

RGB 117 130 68 -
CMYK 0.1 0 0.48 0.49
HSL 72.58º 0.31% 0.39% -
HSV(B) 72.58º 0.48% 0.51% -
XYZ 16.36 20.16 8.5 -
YUV 119.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 117 130 68 0.1 0 0.48 0.49 72.58 0.31 0.39
Hex 75 82 44 A 0 30 31 49 1F 27
Octal 165 202 104 12 0 60 61 111 37 47
Binary 1110101 10000010 1000100 1010 0 110000 110001 1001001 11111 100111

Color Harmonies of #758244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758244

Black with #758244

Text Example


Text Example

White with #758244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758244; }

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

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

background-color css

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

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

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

border-color css

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

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

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