Html Css Color HEX #75833D Wasabi

📋 copy color: '#75833D'

red 117 ◦ green 131 ◦ blue 61

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

Shades of Wasabi #75833D

Tints of Wasabi #75833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 37.86%
G = 42.39%
B = 19.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#75833D (or 0x75833D) is known color: Wasabi. HEX triplet: 75, 83 and 3D. RGB value is (117,131,61). Sum of RGB (Red+Green+Blue) = 117+131+61=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #75833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75833D is #8A7CC2. Grayscale: #777777. Windows color (decimal): -9075907 or 4031349. OLE color: 4031349.

HSL color Cylindrical-coordinate representation of color #75833D: hue angle of 72º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75833D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 61 -
CMYK 0.11 0 0.53 0.49
HSL 72º 0.36% 0.38% -
HSV(B) 72º 0.53% 0.51% -
XYZ 16.29 20.35 7.48 -
YUV 118.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 117 131 61 0.11 0 0.53 0.49 72 0.36 0.38
Hex 75 83 3D B 0 35 31 48 24 26
Octal 165 203 75 13 0 65 61 110 44 46
Binary 1110101 10000011 111101 1011 0 110101 110001 1001000 100100 100110

Color Harmonies of #75833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75833D

Black with #75833D

Text Example


Text Example

White with #75833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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