Html Css Color HEX #768545 Wasabi

📋 copy color: '#768545'

red 118 ◦ green 133 ◦ blue 69

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

Shades of Wasabi #768545

Tints of Wasabi #768545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 36.88%
G = 41.56%
B = 21.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#768545 (or 0x768545) is known color: Wasabi. HEX triplet: 76, 85 and 45. RGB value is (118,133,69). Sum of RGB (Red+Green+Blue) = 118+133+69=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #768545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768545 is #897ABA. Grayscale: #797979. Windows color (decimal): -9009851 or 4556150. OLE color: 4556150.

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

Color convert

RGB 118 133 69 -
CMYK 0.11 0 0.48 0.48
HSL 74.06º 0.32% 0.4% -
HSV(B) 74.06º 0.48% 0.52% -
XYZ 16.93 21.06 8.8 -
YUV 121.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 118 133 69 0.11 0 0.48 0.48 74.06 0.32 0.4
Hex 76 85 45 B 0 30 30 4A 20 28
Octal 166 205 105 13 0 60 60 112 40 50
Binary 1110110 10000101 1000101 1011 0 110000 110000 1001010 100000 101000

Color Harmonies of #768545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768545

Black with #768545

Text Example


Text Example

White with #768545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768545; }

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

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

background-color css

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

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

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

border-color css

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

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

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