Html Css Color HEX #768933 Wasabi

📋 copy color: '#768933'

red 118 ◦ green 137 ◦ blue 51

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

Shades of Wasabi #768933

Tints of Wasabi #768933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.77%

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

R = 38.56%
G = 44.77%
B = 16.67%

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

#768933 (or 0x768933) is known color: Wasabi. HEX triplet: 76, 89 and 33. RGB value is (118,137,51). Sum of RGB (Red+Green+Blue) = 118+137+51=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #768933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768933 is #8976CC. Grayscale: #797979. Windows color (decimal): -9008845 or 3377526. OLE color: 3377526.

HSL color Cylindrical-coordinate representation of color #768933: hue angle of 73.26º 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 #768933 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 51 -
CMYK 0.14 0 0.63 0.46
HSL 73.26º 0.46% 0.37% -
HSV(B) 73.26º 0.63% 0.54% -
XYZ 17.01 21.98 6.48 -
YUV 121.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 118 137 51 0.14 0 0.63 0.46 73.26 0.46 0.37
Hex 76 89 33 E 0 3F 2E 49 2E 25
Octal 166 211 63 16 0 77 56 111 56 45
Binary 1110110 10001001 110011 1110 0 111111 101110 1001001 101110 100101

Color Harmonies of #768933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768933

Black with #768933

Text Example


Text Example

White with #768933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768933; }

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

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

background-color css

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

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

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

border-color css

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

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

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