Html Css Color HEX #768535 Wasabi

📋 copy color: '#768535'

red 118 ◦ green 133 ◦ blue 53

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

Shades of Wasabi #768535

Tints of Wasabi #768535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

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

R = 38.82%
G = 43.75%
B = 17.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#768535 (or 0x768535) is known color: Wasabi. HEX triplet: 76, 85 and 35. RGB value is (118,133,53). Sum of RGB (Red+Green+Blue) = 118+133+53=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #768535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768535 is #897ACA. Grayscale: #777777. Windows color (decimal): -9009867 or 3507574. OLE color: 3507574.

HSL color Cylindrical-coordinate representation of color #768535: hue angle of 71.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #768535 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 53 -
CMYK 0.11 0 0.60 0.48
HSL 71.25º 0.43% 0.36% -
HSV(B) 71.25º 0.6% 0.52% -
XYZ 16.5 20.88 6.53 -
YUV 119.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 118 133 53 0.11 0 0.60 0.48 71.25 0.43 0.36
Hex 76 85 35 B 0 3C 30 47 2B 24
Octal 166 205 65 13 0 74 60 107 53 44
Binary 1110110 10000101 110101 1011 0 111100 110000 1000111 101011 100100

Color Harmonies of #768535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768535

Black with #768535

Text Example


Text Example

White with #768535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768535; }

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

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

background-color css

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

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

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

border-color css

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

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

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