Html Css Color HEX #768735 Wasabi

📋 copy color: '#768735'

red 118 ◦ green 135 ◦ blue 53

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

Shades of Wasabi #768735

Tints of Wasabi #768735

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

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

R = 38.56%
G = 44.12%
B = 17.32%

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

#768735 (or 0x768735) is known color: Wasabi. HEX triplet: 76, 87 and 35. RGB value is (118,135,53). Sum of RGB (Red+Green+Blue) = 118+135+53=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #768735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768735 is #8978CA. Grayscale: #787878. Windows color (decimal): -9009355 or 3508086. OLE color: 3508086.

HSL color Cylindrical-coordinate representation of color #768735: hue angle of 72.44º 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 #768735 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 53 -
CMYK 0.13 0 0.61 0.47
HSL 72.44º 0.44% 0.37% -
HSV(B) 72.44º 0.61% 0.53% -
XYZ 16.78 21.44 6.62 -
YUV 120.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 118 135 53 0.13 0 0.61 0.47 72.44 0.44 0.37
Hex 76 87 35 D 0 3D 2F 48 2C 25
Octal 166 207 65 15 0 75 57 110 54 45
Binary 1110110 10000111 110101 1101 0 111101 101111 1001000 101100 100101

Color Harmonies of #768735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768735

Black with #768735

Text Example


Text Example

White with #768735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768735; }

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

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

background-color css

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

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

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

border-color css

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

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

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