Html Css Color HEX #768244 Wasabi

📋 copy color: '#768244'

red 118 ◦ green 130 ◦ blue 68

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

Shades of Wasabi #768244

Tints of Wasabi #768244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 37.34%
G = 41.14%
B = 21.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#768244 (or 0x768244) is known color: Wasabi. HEX triplet: 76, 82 and 44. RGB value is (118,130,68). Sum of RGB (Red+Green+Blue) = 118+130+68=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #768244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768244 is #897DBB. Grayscale: #777777. Windows color (decimal): -9010620 or 4489846. OLE color: 4489846.

HSL color Cylindrical-coordinate representation of color #768244: hue angle of 71.61º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768244 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 68 -
CMYK 0.09 0 0.48 0.49
HSL 71.61º 0.31% 0.39% -
HSV(B) 71.61º 0.48% 0.51% -
XYZ 16.5 20.23 8.5 -
YUV 119.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 118 130 68 0.09 0 0.48 0.49 71.61 0.31 0.39
Hex 76 82 44 9 0 30 31 48 1F 27
Octal 166 202 104 11 0 60 61 110 37 47
Binary 1110110 10000010 1000100 1001 0 110000 110001 1001000 11111 100111

Color Harmonies of #768244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768244

Black with #768244

Text Example


Text Example

White with #768244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768244; }

 p { color: rgb(118,130,68); }

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

background-color css

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

 a { background-color: rgb(118,130,68); }

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

border-color css

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

 span { border-color: rgb(118,130,68); }

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