Html Css Color HEX #75833B Wasabi

📋 copy color: '#75833B'

red 117 ◦ green 131 ◦ blue 59

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

Shades of Wasabi #75833B

Tints of Wasabi #75833B

RGB

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

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

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

R = 38.11%
G = 42.67%
B = 19.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#75833B (or 0x75833B) is known color: Wasabi. HEX triplet: 75, 83 and 3B. RGB value is (117,131,59). Sum of RGB (Red+Green+Blue) = 117+131+59=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #75833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75833B is #8A7CC4. Grayscale: #767676. Windows color (decimal): -9075909 or 3900277. OLE color: 3900277.

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

Color convert

RGB 117 131 59 -
CMYK 0.11 0 0.55 0.49
HSL 71.67º 0.38% 0.37% -
HSV(B) 71.67º 0.55% 0.51% -
XYZ 16.24 20.33 7.21 -
YUV 118.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 117 131 59 0.11 0 0.55 0.49 71.67 0.38 0.37
Hex 75 83 3B B 0 37 31 48 26 25
Octal 165 203 73 13 0 67 61 110 46 45
Binary 1110101 10000011 111011 1011 0 110111 110001 1001000 100110 100101

Color Harmonies of #75833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75833B

Black with #75833B

Text Example


Text Example

White with #75833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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