Html Css Color HEX #768835 Wasabi

📋 copy color: '#768835'

red 118 ◦ green 136 ◦ blue 53

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

Shades of Wasabi #768835

Tints of Wasabi #768835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 38.44%
G = 44.3%
B = 17.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#768835 (or 0x768835) is known color: Wasabi. HEX triplet: 76, 88 and 35. RGB value is (118,136,53). Sum of RGB (Red+Green+Blue) = 118+136+53=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #768835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768835 is #8977CA. Grayscale: #797979. Windows color (decimal): -9009099 or 3508342. OLE color: 3508342.

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

Color convert

RGB 118 136 53 -
CMYK 0.13 0 0.61 0.47
HSL 73.01º 0.44% 0.37% -
HSV(B) 73.01º 0.61% 0.53% -
XYZ 16.92 21.72 6.67 -
YUV 121.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 118 136 53 0.13 0 0.61 0.47 73.01 0.44 0.37
Hex 76 88 35 D 0 3D 2F 49 2C 25
Octal 166 210 65 15 0 75 57 111 54 45
Binary 1110110 10001000 110101 1101 0 111101 101111 1001001 101100 100101

Color Harmonies of #768835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768835

Black with #768835

Text Example


Text Example

White with #768835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768835; }

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

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

background-color css

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

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

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

border-color css

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

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

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