Html Css Color HEX #75803F Wasabi

📋 copy color: '#75803F'

red 117 ◦ green 128 ◦ blue 63

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

Shades of Wasabi #75803F

Tints of Wasabi #75803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.56%

 BLUE value IS 63 (25% from 255) = 20.45%

R = 37.99%
G = 41.56%
B = 20.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#75803F (or 0x75803F) is known color: Wasabi. HEX triplet: 75, 80 and 3F. RGB value is (117,128,63). Sum of RGB (Red+Green+Blue) = 117+128+63=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #75803F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75803F is #8A7FC0. Grayscale: #757575. Windows color (decimal): -9076673 or 4161653. OLE color: 4161653.

HSL color Cylindrical-coordinate representation of color #75803F: hue angle of 70.15º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75803F is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 63 -
CMYK 0.09 0 0.51 0.50
HSL 70.15º 0.34% 0.37% -
HSV(B) 70.15º 0.51% 0.5% -
XYZ 15.95 19.58 7.64 -
YUV 117.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 117 128 63 0.09 0 0.51 0.50 70.15 0.34 0.37
Hex 75 80 3F 9 0 33 32 46 22 25
Octal 165 200 77 11 0 63 62 106 42 45
Binary 1110101 10000000 111111 1001 0 110011 110010 1000110 100010 100101

Color Harmonies of #75803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75803F

Black with #75803F

Text Example


Text Example

White with #75803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75803F; }

 p { color: rgb(117,128,63); }

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

background-color css

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

 a { background-color: rgb(117,128,63); }

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

border-color css

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

 span { border-color: rgb(117,128,63); }

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