Html Css Color HEX #75873C Wasabi

📋 copy color: '#75873C'

red 117 ◦ green 135 ◦ blue 60

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

Shades of Wasabi #75873C

Tints of Wasabi #75873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 37.5%
G = 43.27%
B = 19.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#75873C (or 0x75873C) is known color: Wasabi. HEX triplet: 75, 87 and 3C. RGB value is (117,135,60). Sum of RGB (Red+Green+Blue) = 117+135+60=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #75873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75873C is #8A78C3. Grayscale: #797979. Windows color (decimal): -9074884 or 3966837. OLE color: 3966837.

HSL color Cylindrical-coordinate representation of color #75873C: hue angle of 74.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75873C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 60 -
CMYK 0.13 0 0.56 0.47
HSL 74.4º 0.38% 0.38% -
HSV(B) 74.4º 0.56% 0.53% -
XYZ 16.82 21.44 7.53 -
YUV 121.07 93.54 125.1 -
System Red Green Blue C M Y K H S L
Decimal 117 135 60 0.13 0 0.56 0.47 74.4 0.38 0.38
Hex 75 87 3C D 0 38 2F 4A 26 26
Octal 165 207 74 15 0 70 57 112 46 46
Binary 1110101 10000111 111100 1101 0 111000 101111 1001010 100110 100110

Color Harmonies of #75873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75873C

Black with #75873C

Text Example


Text Example

White with #75873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75873C; }

 p { color: rgb(117,135,60); }

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

background-color css

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

 a { background-color: rgb(117,135,60); }

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

border-color css

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

 span { border-color: rgb(117,135,60); }

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