Html Css Color HEX #778A2F Wasabi

📋 copy color: '#778A2F'

red 119 ◦ green 138 ◦ blue 47

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

Shades of Wasabi #778A2F

Tints of Wasabi #778A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.39%

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 39.14%
G = 45.39%
B = 15.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#778A2F (or 0x778A2F) is known color: Wasabi. HEX triplet: 77, 8A and 2F. RGB value is (119,138,47). Sum of RGB (Red+Green+Blue) = 119+138+47=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #778A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778A2F is #8875D0. Grayscale: #7A7A7A. Windows color (decimal): -8943057 or 3115639. OLE color: 3115639.

HSL color Cylindrical-coordinate representation of color #778A2F: hue angle of 72.53º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #778A2F is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 138 47 -
CMYK 0.14 0 0.66 0.46
HSL 72.53º 0.49% 0.36% -
HSV(B) 72.53º 0.66% 0.54% -
XYZ 17.21 22.3 6.09 -
YUV 121.95 85.71 125.9 -
System Red Green Blue C M Y K H S L
Decimal 119 138 47 0.14 0 0.66 0.46 72.53 0.49 0.36
Hex 77 8A 2F E 0 42 2E 49 31 24
Octal 167 212 57 16 0 102 56 111 61 44
Binary 1110111 10001010 101111 1110 0 1000010 101110 1001001 110001 100100

Color Harmonies of #778A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778A2F

Black with #778A2F

Text Example


Text Example

White with #778A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778A2F; }

 p { color: rgb(119,138,47); }

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

background-color css

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

 a { background-color: rgb(119,138,47); }

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

border-color css

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

 span { border-color: rgb(119,138,47); }

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