Html Css Color HEX #76833C Wasabi

📋 copy color: '#76833C'

red 118 ◦ green 131 ◦ blue 60

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

Shades of Wasabi #76833C

Tints of Wasabi #76833C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 38.19%
G = 42.39%
B = 19.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#76833C (or 0x76833C) is known color: Wasabi. HEX triplet: 76, 83 and 3C. RGB value is (118,131,60). Sum of RGB (Red+Green+Blue) = 118+131+60=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #76833C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76833C is #897CC3. Grayscale: #777777. Windows color (decimal): -9010372 or 3965814. OLE color: 3965814.

HSL color Cylindrical-coordinate representation of color #76833C: hue angle of 70.99º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76833C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 60 -
CMYK 0.10 0 0.54 0.49
HSL 70.99º 0.37% 0.37% -
HSV(B) 70.99º 0.54% 0.51% -
XYZ 16.4 20.41 7.35 -
YUV 119.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 118 131 60 0.10 0 0.54 0.49 70.99 0.37 0.37
Hex 76 83 3C A 0 36 31 47 25 25
Octal 166 203 74 12 0 66 61 107 45 45
Binary 1110110 10000011 111100 1010 0 110110 110001 1000111 100101 100101

Color Harmonies of #76833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76833C

Black with #76833C

Text Example


Text Example

White with #76833C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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