Html Css Color HEX #799524 Sushi

📋 copy color: '#799524'

red 121 ◦ green 149 ◦ blue 36

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

Shades of Sushi #799524

Tints of Sushi #799524

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.69%

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

R = 39.54%
G = 48.69%
B = 11.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#799524 (or 0x799524) is known color: Sushi. HEX triplet: 79, 95 and 24. RGB value is (121,149,36). Sum of RGB (Red+Green+Blue) = 121+149+36=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #799524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799524 is #866ADB. Grayscale: #808080. Windows color (decimal): -8809180 or 2397561. OLE color: 2397561.

HSL color Cylindrical-coordinate representation of color #799524: hue angle of 74.87º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #799524 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 36 -
CMYK 0.19 0 0.76 0.42
HSL 74.87º 0.61% 0.36% -
HSV(B) 74.87º 0.76% 0.58% -
XYZ 18.95 25.69 5.63 -
YUV 127.75 76.22 123.19 -
System Red Green Blue C M Y K H S L
Decimal 121 149 36 0.19 0 0.76 0.42 74.87 0.61 0.36
Hex 79 95 24 13 0 4C 2A 4B 3D 24
Octal 171 225 44 23 0 114 52 113 75 44
Binary 1111001 10010101 100100 10011 0 1001100 101010 1001011 111101 100100

Color Harmonies of #799524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799524

Black with #799524

Text Example


Text Example

White with #799524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799524; }

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

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

background-color css

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

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

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

border-color css

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

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

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