Html Css Color HEX #769047 Wasabi

📋 copy color: '#769047'

red 118 ◦ green 144 ◦ blue 71

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

Shades of Wasabi #769047

Tints of Wasabi #769047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 35.44%
G = 43.24%
B = 21.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#769047 (or 0x769047) is known color: Wasabi. HEX triplet: 76, 90 and 47. RGB value is (118,144,71). Sum of RGB (Red+Green+Blue) = 118+144+71=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #769047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769047 is #896FB8. Grayscale: #808080. Windows color (decimal): -9007033 or 4690038. OLE color: 4690038.

HSL color Cylindrical-coordinate representation of color #769047: hue angle of 81.37º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769047 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 71 -
CMYK 0.18 0 0.51 0.44
HSL 81.37º 0.34% 0.42% -
HSV(B) 81.37º 0.51% 0.56% -
XYZ 18.58 24.25 9.66 -
YUV 127.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 118 144 71 0.18 0 0.51 0.44 81.37 0.34 0.42
Hex 76 90 47 12 0 33 2C 51 22 2A
Octal 166 220 107 22 0 63 54 121 42 52
Binary 1110110 10010000 1000111 10010 0 110011 101100 1010001 100010 101010

Color Harmonies of #769047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769047

Black with #769047

Text Example


Text Example

White with #769047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769047; }

 p { color: rgb(118,144,71); }

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

background-color css

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

 a { background-color: rgb(118,144,71); }

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

border-color css

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

 span { border-color: rgb(118,144,71); }

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