Html Css Color HEX #768D36 Wasabi

📋 copy color: '#768D36'

red 118 ◦ green 141 ◦ blue 54

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

Shades of Wasabi #768D36

Tints of Wasabi #768D36

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 37.7%
G = 45.05%
B = 17.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#768D36 (or 0x768D36) is known color: Wasabi. HEX triplet: 76, 8D and 36. RGB value is (118,141,54). Sum of RGB (Red+Green+Blue) = 118+141+54=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #768D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D36 is #8972C9. Grayscale: #7C7C7C. Windows color (decimal): -9007818 or 3575158. OLE color: 3575158.

HSL color Cylindrical-coordinate representation of color #768D36: hue angle of 75.86º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #768D36 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 141 54 -
CMYK 0.16 0 0.62 0.45
HSL 75.86º 0.45% 0.38% -
HSV(B) 75.86º 0.62% 0.55% -
XYZ 17.66 23.17 7.03 -
YUV 124.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 118 141 54 0.16 0 0.62 0.45 75.86 0.45 0.38
Hex 76 8D 36 10 0 3E 2D 4C 2D 26
Octal 166 215 66 20 0 76 55 114 55 46
Binary 1110110 10001101 110110 10000 0 111110 101101 1001100 101101 100110

Color Harmonies of #768D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D36

Black with #768D36

Text Example


Text Example

White with #768D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768D36; }

 p { color: rgb(118,141,54); }

 H1.HeaderClassName
 {
   color: #768D36;
 }
 .AnyTagClassName
 {
   color: #768D36;
 }
</style>

background-color css

<style>
 a { background-color: #768D36; }

 a { background-color: rgb(118,141,54); }

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

border-color css

<style>
 span { border-color: #768D36; }

 span { border-color: rgb(118,141,54); }

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