Html Css Color HEX #75883D Wasabi

📋 copy color: '#75883D'

red 117 ◦ green 136 ◦ blue 61

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

Shades of Wasabi #75883D

Tints of Wasabi #75883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.31%

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

R = 37.26%
G = 43.31%
B = 19.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#75883D (or 0x75883D) is known color: Wasabi. HEX triplet: 75, 88 and 3D. RGB value is (117,136,61). Sum of RGB (Red+Green+Blue) = 117+136+61=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #75883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75883D is #8A77C2. Grayscale: #7A7A7A. Windows color (decimal): -9074627 or 4032629. OLE color: 4032629.

HSL color Cylindrical-coordinate representation of color #75883D: hue angle of 75.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75883D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 61 -
CMYK 0.14 0 0.55 0.47
HSL 75.2º 0.38% 0.39% -
HSV(B) 75.2º 0.55% 0.53% -
XYZ 16.98 21.73 7.71 -
YUV 121.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 117 136 61 0.14 0 0.55 0.47 75.2 0.38 0.39
Hex 75 88 3D E 0 37 2F 4B 26 27
Octal 165 210 75 16 0 67 57 113 46 47
Binary 1110101 10001000 111101 1110 0 110111 101111 1001011 100110 100111

Color Harmonies of #75883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75883D

Black with #75883D

Text Example


Text Example

White with #75883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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