Html Css Color HEX #719941 Sushi

📋 copy color: '#719941'

red 113 ◦ green 153 ◦ blue 65

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

Shades of Sushi #719941

Tints of Sushi #719941

RGB

 RED value IS 113 (44.53% from 255) = 34.14%

 GREEN value IS 153 (60.16% from 255) = 46.22%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 34.14%
G = 46.22%
B = 19.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#719941 (or 0x719941) is known color: Sushi. HEX triplet: 71, 99 and 41. RGB value is (113,153,65). Sum of RGB (Red+Green+Blue) = 113+153+65=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #719941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719941 is #8E66BE. Grayscale: #838383. Windows color (decimal): -9332415 or 4299121. OLE color: 4299121.

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

Color convert

RGB 113 153 65 -
CMYK 0.26 0 0.58 0.4
HSL 87.27º 0.4% 0.43% -
HSV(B) 87.27º 0.58% 0.6% -
XYZ 19.16 26.67 9.14 -
YUV 131.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 113 153 65 0.26 0 0.58 0.4 87.27 0.4 0.43
Hex 71 99 41 1A 0 3A 28 57 28 2B
Octal 161 231 101 32 0 72 50 127 50 53
Binary 1110001 10011001 1000001 11010 0 111010 101000 1010111 101000 101011

Color Harmonies of #719941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719941

Black with #719941

Text Example


Text Example

White with #719941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719941; }

 p { color: rgb(113,153,65); }

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

background-color css

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

 a { background-color: rgb(113,153,65); }

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

border-color css

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

 span { border-color: rgb(113,153,65); }

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