Html Css Color HEX #799A28 Sushi

📋 copy color: '#799A28'

red 121 ◦ green 154 ◦ blue 40

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

Shades of Sushi #799A28

Tints of Sushi #799A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.89%

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 38.41%
G = 48.89%
B = 12.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#799A28 (or 0x799A28) is known color: Sushi. HEX triplet: 79, 9A and 28. RGB value is (121,154,40). Sum of RGB (Red+Green+Blue) = 121+154+40=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #799A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799A28 is #8665D7. Grayscale: #838383. Windows color (decimal): -8807896 or 2660985. OLE color: 2660985.

HSL color Cylindrical-coordinate representation of color #799A28: hue angle of 77.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #799A28 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 154 40 -
CMYK 0.21 0 0.74 0.40
HSL 77.37º 0.59% 0.38% -
HSV(B) 77.37º 0.74% 0.6% -
XYZ 19.82 27.33 6.24 -
YUV 131.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 121 154 40 0.21 0 0.74 0.40 77.37 0.59 0.38
Hex 79 9A 28 15 0 4A 28 4D 3B 26
Octal 171 232 50 25 0 112 50 115 73 46
Binary 1111001 10011010 101000 10101 0 1001010 101000 1001101 111011 100110

Color Harmonies of #799A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799A28

Black with #799A28

Text Example


Text Example

White with #799A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,154,40); }

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

background-color css

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

 a { background-color: rgb(121,154,40); }

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

border-color css

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

 span { border-color: rgb(121,154,40); }

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