Html Css Color HEX #778138 Wasabi

📋 copy color: '#778138'

red 119 ◦ green 129 ◦ blue 56

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

Shades of Wasabi #778138

Tints of Wasabi #778138

RGB

 RED value IS 119 (46.88% from 255) = 39.14%

 GREEN value IS 129 (50.78% from 255) = 42.43%

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 39.14%
G = 42.43%
B = 18.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#778138 (or 0x778138) is known color: Wasabi. HEX triplet: 77, 81 and 38. RGB value is (119,129,56). Sum of RGB (Red+Green+Blue) = 119+129+56=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #778138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778138 is #887EC7. Grayscale: #757575. Windows color (decimal): -8945352 or 3703159. OLE color: 3703159.

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

Color convert

RGB 119 129 56 -
CMYK 0.08 0 0.57 0.49
HSL 68.22º 0.39% 0.36% -
HSV(B) 68.22º 0.57% 0.51% -
XYZ 16.17 19.91 6.73 -
YUV 117.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 119 129 56 0.08 0 0.57 0.49 68.22 0.39 0.36
Hex 77 81 38 8 0 39 31 44 27 24
Octal 167 201 70 10 0 71 61 104 47 44
Binary 1110111 10000001 111000 1000 0 111001 110001 1000100 100111 100100

Color Harmonies of #778138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778138

Black with #778138

Text Example


Text Example

White with #778138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778138; }

 p { color: rgb(119,129,56); }

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

background-color css

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

 a { background-color: rgb(119,129,56); }

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

border-color css

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

 span { border-color: rgb(119,129,56); }

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