Html Css Color HEX #799B1F Sushi

📋 copy color: '#799B1F'

red 121 ◦ green 155 ◦ blue 31

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

Shades of Sushi #799B1F

Tints of Sushi #799B1F

RGB

 RED value IS 121 (47.66% from 255) = 39.41%

 GREEN value IS 155 (60.94% from 255) = 50.49%

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

R = 39.41%
G = 50.49%
B = 10.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#799B1F (or 0x799B1F) is known color: Sushi. HEX triplet: 79, 9B and 1F. RGB value is (121,155,31). Sum of RGB (Red+Green+Blue) = 121+155+31=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #799B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B1F is #8664E0. Grayscale: #838383. Windows color (decimal): -8807649 or 2071417. OLE color: 2071417.

HSL color Cylindrical-coordinate representation of color #799B1F: hue angle of 76.45º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #799B1F is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 155 31 -
CMYK 0.22 0 0.8 0.39
HSL 76.45º 0.67% 0.36% -
HSV(B) 76.45º 0.8% 0.61% -
XYZ 19.85 27.61 5.58 -
YUV 130.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 121 155 31 0.22 0 0.8 0.39 76.45 0.67 0.36
Hex 79 9B 1F 16 0 50 27 4C 43 24
Octal 171 233 37 26 0 120 47 114 103 44
Binary 1111001 10011011 11111 10110 0 1010000 100111 1001100 1000011 100100

Color Harmonies of #799B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B1F

Black with #799B1F

Text Example


Text Example

White with #799B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799B1F; }

 p { color: rgb(121,155,31); }

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

background-color css

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

 a { background-color: rgb(121,155,31); }

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

border-color css

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

 span { border-color: rgb(121,155,31); }

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