Html Css Color HEX #75813F Wasabi

📋 copy color: '#75813F'

red 117 ◦ green 129 ◦ blue 63

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

Shades of Wasabi #75813F

Tints of Wasabi #75813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 37.86%
G = 41.75%
B = 20.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#75813F (or 0x75813F) is known color: Wasabi. HEX triplet: 75, 81 and 3F. RGB value is (117,129,63). Sum of RGB (Red+Green+Blue) = 117+129+63=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #75813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75813F is #8A7EC0. Grayscale: #767676. Windows color (decimal): -9076417 or 4161909. OLE color: 4161909.

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

Color convert

RGB 117 129 63 -
CMYK 0.09 0 0.51 0.49
HSL 70.91º 0.34% 0.38% -
HSV(B) 70.91º 0.51% 0.51% -
XYZ 16.08 19.84 7.68 -
YUV 117.89 97.02 127.37 -
System Red Green Blue C M Y K H S L
Decimal 117 129 63 0.09 0 0.51 0.49 70.91 0.34 0.38
Hex 75 81 3F 9 0 33 31 47 22 26
Octal 165 201 77 11 0 63 61 107 42 46
Binary 1110101 10000001 111111 1001 0 110011 110001 1000111 100010 100110

Color Harmonies of #75813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75813F

Black with #75813F

Text Example


Text Example

White with #75813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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