Html Css Color HEX #768830 Wasabi

📋 copy color: '#768830'

red 118 ◦ green 136 ◦ blue 48

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

Shades of Wasabi #768830

Tints of Wasabi #768830

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 39.07%
G = 45.03%
B = 15.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#768830 (or 0x768830) is known color: Wasabi. HEX triplet: 76, 88 and 30. RGB value is (118,136,48). Sum of RGB (Red+Green+Blue) = 118+136+48=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #768830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768830 is #8977CF. Grayscale: #787878. Windows color (decimal): -9009104 or 3180662. OLE color: 3180662.

HSL color Cylindrical-coordinate representation of color #768830: hue angle of 72.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #768830 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 48 -
CMYK 0.13 0 0.65 0.47
HSL 72.27º 0.48% 0.36% -
HSV(B) 72.27º 0.65% 0.53% -
XYZ 16.81 21.67 6.09 -
YUV 120.59 87.04 126.16 -
System Red Green Blue C M Y K H S L
Decimal 118 136 48 0.13 0 0.65 0.47 72.27 0.48 0.36
Hex 76 88 30 D 0 41 2F 48 30 24
Octal 166 210 60 15 0 101 57 110 60 44
Binary 1110110 10001000 110000 1101 0 1000001 101111 1001000 110000 100100

Color Harmonies of #768830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768830

Black with #768830

Text Example


Text Example

White with #768830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768830; }

 p { color: rgb(118,136,48); }

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

background-color css

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

 a { background-color: rgb(118,136,48); }

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

border-color css

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

 span { border-color: rgb(118,136,48); }

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