Html Css Color HEX #788245 Wasabi

📋 copy color: '#788245'

red 120 ◦ green 130 ◦ blue 69

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

Shades of Wasabi #788245

Tints of Wasabi #788245

RGB

 RED value IS 120 (47.27% from 255) = 37.62%

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 37.62%
G = 40.75%
B = 21.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#788245 (or 0x788245) is known color: Wasabi. HEX triplet: 78, 82 and 45. RGB value is (120,130,69). Sum of RGB (Red+Green+Blue) = 120+130+69=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #788245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788245 is #877DBA. Grayscale: #787878. Windows color (decimal): -8879547 or 4555384. OLE color: 4555384.

HSL color Cylindrical-coordinate representation of color #788245: hue angle of 69.84º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788245 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 69 -
CMYK 0.08 0 0.47 0.49
HSL 69.84º 0.31% 0.39% -
HSV(B) 69.84º 0.47% 0.51% -
XYZ 16.8 20.39 8.68 -
YUV 120.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 120 130 69 0.08 0 0.47 0.49 69.84 0.31 0.39
Hex 78 82 45 8 0 2F 31 46 1F 27
Octal 170 202 105 10 0 57 61 106 37 47
Binary 1111000 10000010 1000101 1000 0 101111 110001 1000110 11111 100111

Color Harmonies of #788245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788245

Black with #788245

Text Example


Text Example

White with #788245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788245; }

 p { color: rgb(120,130,69); }

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

background-color css

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

 a { background-color: rgb(120,130,69); }

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

border-color css

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

 span { border-color: rgb(120,130,69); }

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