Html Css Color HEX #719930 Sushi

📋 copy color: '#719930'

red 113 ◦ green 153 ◦ blue 48

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

Shades of Sushi #719930

Tints of Sushi #719930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 35.99%
G = 48.73%
B = 15.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#719930 (or 0x719930) is known color: Sushi. HEX triplet: 71, 99 and 30. RGB value is (113,153,48). Sum of RGB (Red+Green+Blue) = 113+153+48=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #719930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719930 is #8E66CF. Grayscale: #818181. Windows color (decimal): -9332432 or 3185009. OLE color: 3185009.

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

Color convert

RGB 113 153 48 -
CMYK 0.26 0 0.69 0.4
HSL 82.86º 0.52% 0.39% -
HSV(B) 82.86º 0.69% 0.6% -
XYZ 18.73 26.51 6.93 -
YUV 129.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 113 153 48 0.26 0 0.69 0.4 82.86 0.52 0.39
Hex 71 99 30 1A 0 45 28 53 34 27
Octal 161 231 60 32 0 105 50 123 64 47
Binary 1110001 10011001 110000 11010 0 1000101 101000 1010011 110100 100111

Color Harmonies of #719930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719930

Black with #719930

Text Example


Text Example

White with #719930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719930; }

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

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

background-color css

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

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

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

border-color css

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

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

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