Html Css Color HEX #719841 Sushi

📋 copy color: '#719841'

red 113 ◦ green 152 ◦ blue 65

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

Shades of Sushi #719841

Tints of Sushi #719841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.06%

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

R = 34.24%
G = 46.06%
B = 19.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#719841 (or 0x719841) is known color: Sushi. HEX triplet: 71, 98 and 41. RGB value is (113,152,65). Sum of RGB (Red+Green+Blue) = 113+152+65=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #719841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719841 is #8E67BE. Grayscale: #828282. Windows color (decimal): -9332671 or 4298865. OLE color: 4298865.

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

Color convert

RGB 113 152 65 -
CMYK 0.26 0 0.57 0.40
HSL 86.9º 0.4% 0.43% -
HSV(B) 86.9º 0.57% 0.6% -
XYZ 18.99 26.35 9.09 -
YUV 130.42 91.08 115.57 -
System Red Green Blue C M Y K H S L
Decimal 113 152 65 0.26 0 0.57 0.40 86.9 0.4 0.43
Hex 71 98 41 1A 0 39 28 57 28 2B
Octal 161 230 101 32 0 71 50 127 50 53
Binary 1110001 10011000 1000001 11010 0 111001 101000 1010111 101000 101011

Color Harmonies of #719841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719841

Black with #719841

Text Example


Text Example

White with #719841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719841; }

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

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

background-color css

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

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

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

border-color css

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

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

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