Html Css Color HEX #799A42 Sushi

📋 copy color: '#799A42'

red 121 ◦ green 154 ◦ blue 66

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

Shades of Sushi #799A42

Tints of Sushi #799A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 35.48%
G = 45.16%
B = 19.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#799A42 (or 0x799A42) is known color: Sushi. HEX triplet: 79, 9A and 42. RGB value is (121,154,66). Sum of RGB (Red+Green+Blue) = 121+154+66=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #799A42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799A42 is #8665BD. Grayscale: #868686. Windows color (decimal): -8807870 or 4364921. OLE color: 4364921.

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

Color convert

RGB 121 154 66 -
CMYK 0.21 0 0.57 0.40
HSL 82.5º 0.4% 0.43% -
HSV(B) 82.5º 0.57% 0.6% -
XYZ 20.42 27.57 9.4 -
YUV 134.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 121 154 66 0.21 0 0.57 0.40 82.5 0.4 0.43
Hex 79 9A 42 15 0 39 28 52 28 2B
Octal 171 232 102 25 0 71 50 122 50 53
Binary 1111001 10011010 1000010 10101 0 111001 101000 1010010 101000 101011

Color Harmonies of #799A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799A42

Black with #799A42

Text Example


Text Example

White with #799A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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