Html Css Color HEX #799640 Sushi

📋 copy color: '#799640'

red 121 ◦ green 150 ◦ blue 64

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

Shades of Sushi #799640

Tints of Sushi #799640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 36.12%
G = 44.78%
B = 19.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#799640 (or 0x799640) is known color: Sushi. HEX triplet: 79, 96 and 40. RGB value is (121,150,64). Sum of RGB (Red+Green+Blue) = 121+150+64=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #799640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799640 is #8669BF. Grayscale: #838383. Windows color (decimal): -8808896 or 4232825. OLE color: 4232825.

HSL color Cylindrical-coordinate representation of color #799640: hue angle of 80.23º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #799640 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 150 64 -
CMYK 0.19 0 0.57 0.41
HSL 80.23º 0.4% 0.42% -
HSV(B) 80.23º 0.57% 0.59% -
XYZ 19.72 26.25 8.88 -
YUV 131.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 121 150 64 0.19 0 0.57 0.41 80.23 0.4 0.42
Hex 79 96 40 13 0 39 29 50 28 2A
Octal 171 226 100 23 0 71 51 120 50 52
Binary 1111001 10010110 1000000 10011 0 111001 101001 1010000 101000 101010

Color Harmonies of #799640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799640

Black with #799640

Text Example


Text Example

White with #799640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799640; }

 p { color: rgb(121,150,64); }

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

background-color css

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

 a { background-color: rgb(121,150,64); }

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

border-color css

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

 span { border-color: rgb(121,150,64); }

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