Html Css Color HEX #799B24 Sushi

📋 copy color: '#799B24'

red 121 ◦ green 155 ◦ blue 36

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

Shades of Sushi #799B24

Tints of Sushi #799B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 38.78%
G = 49.68%
B = 11.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#799B24 (or 0x799B24) is known color: Sushi. HEX triplet: 79, 9B and 24. RGB value is (121,155,36). Sum of RGB (Red+Green+Blue) = 121+155+36=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #799B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B24 is #8664DB. Grayscale: #838383. Windows color (decimal): -8807644 or 2399097. OLE color: 2399097.

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

Color convert

RGB 121 155 36 -
CMYK 0.22 0 0.77 0.39
HSL 77.14º 0.62% 0.37% -
HSV(B) 77.14º 0.77% 0.61% -
XYZ 19.92 27.64 5.95 -
YUV 131.27 74.24 120.68 -
System Red Green Blue C M Y K H S L
Decimal 121 155 36 0.22 0 0.77 0.39 77.14 0.62 0.37
Hex 79 9B 24 16 0 4D 27 4D 3E 25
Octal 171 233 44 26 0 115 47 115 76 45
Binary 1111001 10011011 100100 10110 0 1001101 100111 1001101 111110 100101

Color Harmonies of #799B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B24

Black with #799B24

Text Example


Text Example

White with #799B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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