Html Css Color HEX #78991F Sushi

📋 copy color: '#78991F'

red 120 ◦ green 153 ◦ blue 31

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

Shades of Sushi #78991F

Tints of Sushi #78991F

RGB

 RED value IS 120 (47.27% from 255) = 39.47%

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 39.47%
G = 50.33%
B = 10.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#78991F (or 0x78991F) is known color: Sushi. HEX triplet: 78, 99 and 1F. RGB value is (120,153,31). Sum of RGB (Red+Green+Blue) = 120+153+31=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #78991F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78991F is #8766E0. Grayscale: #818181. Windows color (decimal): -8873697 or 2070904. OLE color: 2070904.

HSL color Cylindrical-coordinate representation of color #78991F: hue angle of 76.23º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78991F is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 31 -
CMYK 0.22 0 0.80 0.4
HSL 76.23º 0.66% 0.36% -
HSV(B) 76.23º 0.8% 0.6% -
XYZ 19.38 26.87 5.46 -
YUV 129.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 120 153 31 0.22 0 0.80 0.4 76.23 0.66 0.36
Hex 78 99 1F 16 0 50 28 4C 42 24
Octal 170 231 37 26 0 120 50 114 102 44
Binary 1111000 10011001 11111 10110 0 1010000 101000 1001100 1000010 100100

Color Harmonies of #78991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78991F

Black with #78991F

Text Example


Text Example

White with #78991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78991F; }

 p { color: rgb(120,153,31); }

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

background-color css

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

 a { background-color: rgb(120,153,31); }

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

border-color css

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

 span { border-color: rgb(120,153,31); }

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