Html Css Color HEX #75843D Wasabi

📋 copy color: '#75843D'

red 117 ◦ green 132 ◦ blue 61

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

Shades of Wasabi #75843D

Tints of Wasabi #75843D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 37.74%
G = 42.58%
B = 19.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#75843D (or 0x75843D) is known color: Wasabi. HEX triplet: 75, 84 and 3D. RGB value is (117,132,61). Sum of RGB (Red+Green+Blue) = 117+132+61=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #75843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75843D is #8A7BC2. Grayscale: #777777. Windows color (decimal): -9075651 or 4031605. OLE color: 4031605.

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

Color convert

RGB 117 132 61 -
CMYK 0.11 0 0.54 0.48
HSL 72.68º 0.37% 0.38% -
HSV(B) 72.68º 0.54% 0.52% -
XYZ 16.43 20.62 7.53 -
YUV 119.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 117 132 61 0.11 0 0.54 0.48 72.68 0.37 0.38
Hex 75 84 3D B 0 36 30 49 25 26
Octal 165 204 75 13 0 66 60 111 45 46
Binary 1110101 10000100 111101 1011 0 110110 110000 1001001 100101 100110

Color Harmonies of #75843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75843D

Black with #75843D

Text Example


Text Example

White with #75843D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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