Html Css Color HEX #75843B Wasabi

📋 copy color: '#75843B'

red 117 ◦ green 132 ◦ blue 59

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

Shades of Wasabi #75843B

Tints of Wasabi #75843B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.86%

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 37.99%
G = 42.86%
B = 19.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#75843B (or 0x75843B) is known color: Wasabi. HEX triplet: 75, 84 and 3B. RGB value is (117,132,59). Sum of RGB (Red+Green+Blue) = 117+132+59=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #75843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75843B is #8A7BC4. Grayscale: #777777. Windows color (decimal): -9075653 or 3900533. OLE color: 3900533.

HSL color Cylindrical-coordinate representation of color #75843B: hue angle of 72.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75843B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 59 -
CMYK 0.11 0 0.55 0.48
HSL 72.33º 0.38% 0.37% -
HSV(B) 72.33º 0.55% 0.52% -
XYZ 16.38 20.6 7.25 -
YUV 119.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 117 132 59 0.11 0 0.55 0.48 72.33 0.38 0.37
Hex 75 84 3B B 0 37 30 48 26 25
Octal 165 204 73 13 0 67 60 110 46 45
Binary 1110101 10000100 111011 1011 0 110111 110000 1001000 100110 100101

Color Harmonies of #75843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75843B

Black with #75843B

Text Example


Text Example

White with #75843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75843B; }

 p { color: rgb(117,132,59); }

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

background-color css

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

 a { background-color: rgb(117,132,59); }

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

border-color css

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

 span { border-color: rgb(117,132,59); }

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