Html Css Color HEX #799542 Sushi

📋 copy color: '#799542'

red 121 ◦ green 149 ◦ blue 66

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

Shades of Sushi #799542

Tints of Sushi #799542

RGB

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

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

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

R = 36.01%
G = 44.35%
B = 19.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#799542 (or 0x799542) is known color: Sushi. HEX triplet: 79, 95 and 42. RGB value is (121,149,66). Sum of RGB (Red+Green+Blue) = 121+149+66=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #799542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799542 is #866ABD. Grayscale: #838383. Windows color (decimal): -8809150 or 4363641. OLE color: 4363641.

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

Color convert

RGB 121 149 66 -
CMYK 0.19 0 0.56 0.42
HSL 80.24º 0.39% 0.42% -
HSV(B) 80.24º 0.56% 0.58% -
XYZ 19.62 25.95 9.13 -
YUV 131.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 121 149 66 0.19 0 0.56 0.42 80.24 0.39 0.42
Hex 79 95 42 13 0 38 2A 50 27 2A
Octal 171 225 102 23 0 70 52 120 47 52
Binary 1111001 10010101 1000010 10011 0 111000 101010 1010000 100111 101010

Color Harmonies of #799542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799542

Black with #799542

Text Example


Text Example

White with #799542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799542; }

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

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

background-color css

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

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

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

border-color css

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

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

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