Html Css Color HEX #76833B Wasabi

📋 copy color: '#76833B'

red 118 ◦ green 131 ◦ blue 59

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

Shades of Wasabi #76833B

Tints of Wasabi #76833B

RGB

 RED value IS 118 (46.48% from 255) = 38.31%

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

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

R = 38.31%
G = 42.53%
B = 19.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#76833B (or 0x76833B) is known color: Wasabi. HEX triplet: 76, 83 and 3B. RGB value is (118,131,59). Sum of RGB (Red+Green+Blue) = 118+131+59=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #76833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76833B is #897CC4. Grayscale: #777777. Windows color (decimal): -9010373 or 3900278. OLE color: 3900278.

HSL color Cylindrical-coordinate representation of color #76833B: hue angle of 70.83º 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 #76833B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 59 -
CMYK 0.10 0 0.55 0.49
HSL 70.83º 0.38% 0.37% -
HSV(B) 70.83º 0.55% 0.51% -
XYZ 16.38 20.4 7.21 -
YUV 118.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 118 131 59 0.10 0 0.55 0.49 70.83 0.38 0.37
Hex 76 83 3B A 0 37 31 47 26 25
Octal 166 203 73 12 0 67 61 107 46 45
Binary 1110110 10000011 111011 1010 0 110111 110001 1000111 100110 100101

Color Harmonies of #76833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76833B

Black with #76833B

Text Example


Text Example

White with #76833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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