Html Css Color HEX #77913D Wasabi

📋 copy color: '#77913D'

red 119 ◦ green 145 ◦ blue 61

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

Shades of Wasabi #77913D

Tints of Wasabi #77913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 36.62%
G = 44.62%
B = 18.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#77913D (or 0x77913D) is known color: Wasabi. HEX triplet: 77, 91 and 3D. RGB value is (119,145,61). Sum of RGB (Red+Green+Blue) = 119+145+61=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #77913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77913D is #886EC2. Grayscale: #7F7F7F. Windows color (decimal): -8941251 or 4034935. OLE color: 4034935.

HSL color Cylindrical-coordinate representation of color #77913D: hue angle of 78.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77913D is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 61 -
CMYK 0.18 0 0.58 0.43
HSL 78.57º 0.41% 0.4% -
HSV(B) 78.57º 0.58% 0.57% -
XYZ 18.58 24.51 8.17 -
YUV 127.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 119 145 61 0.18 0 0.58 0.43 78.57 0.41 0.4
Hex 77 91 3D 12 0 3A 2B 4F 29 28
Octal 167 221 75 22 0 72 53 117 51 50
Binary 1110111 10010001 111101 10010 0 111010 101011 1001111 101001 101000

Color Harmonies of #77913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77913D

Black with #77913D

Text Example


Text Example

White with #77913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77913D; }

 p { color: rgb(119,145,61); }

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

background-color css

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

 a { background-color: rgb(119,145,61); }

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

border-color css

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

 span { border-color: rgb(119,145,61); }

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