Html Css Color HEX #768A33 Wasabi

📋 copy color: '#768A33'

red 118 ◦ green 138 ◦ blue 51

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

Shades of Wasabi #768A33

Tints of Wasabi #768A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.95%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 38.44%
G = 44.95%
B = 16.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#768A33 (or 0x768A33) is known color: Wasabi. HEX triplet: 76, 8A and 33. RGB value is (118,138,51). Sum of RGB (Red+Green+Blue) = 118+138+51=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #768A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A33 is #8975CC. Grayscale: #7A7A7A. Windows color (decimal): -9008589 or 3377782. OLE color: 3377782.

HSL color Cylindrical-coordinate representation of color #768A33: hue angle of 73.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #768A33 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 138 51 -
CMYK 0.14 0 0.63 0.46
HSL 73.79º 0.46% 0.37% -
HSV(B) 73.79º 0.63% 0.54% -
XYZ 17.16 22.27 6.53 -
YUV 122.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 118 138 51 0.14 0 0.63 0.46 73.79 0.46 0.37
Hex 76 8A 33 E 0 3F 2E 4A 2E 25
Octal 166 212 63 16 0 77 56 112 56 45
Binary 1110110 10001010 110011 1110 0 111111 101110 1001010 101110 100101

Color Harmonies of #768A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A33

Black with #768A33

Text Example


Text Example

White with #768A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,51); }

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

background-color css

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

 a { background-color: rgb(118,138,51); }

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

border-color css

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

 span { border-color: rgb(118,138,51); }

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