Html Css Color HEX #799F34 Sushi

📋 copy color: '#799F34'

red 121 ◦ green 159 ◦ blue 52

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

Shades of Sushi #799F34

Tints of Sushi #799F34

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.89%

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 36.45%
G = 47.89%
B = 15.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#799F34 (or 0x799F34) is known color: Sushi. HEX triplet: 79, 9F and 34. RGB value is (121,159,52). Sum of RGB (Red+Green+Blue) = 121+159+52=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #799F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799F34 is #8660CB. Grayscale: #878787. Windows color (decimal): -8806604 or 3448697. OLE color: 3448697.

HSL color Cylindrical-coordinate representation of color #799F34: hue angle of 81.31º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #799F34 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 159 52 -
CMYK 0.24 0 0.67 0.38
HSL 81.31º 0.51% 0.41% -
HSV(B) 81.31º 0.67% 0.62% -
XYZ 20.9 29.11 7.77 -
YUV 135.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 121 159 52 0.24 0 0.67 0.38 81.31 0.51 0.41
Hex 79 9F 34 18 0 43 26 51 33 29
Octal 171 237 64 30 0 103 46 121 63 51
Binary 1111001 10011111 110100 11000 0 1000011 100110 1010001 110011 101001

Color Harmonies of #799F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799F34

Black with #799F34

Text Example


Text Example

White with #799F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,159,52); }

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

background-color css

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

 a { background-color: rgb(121,159,52); }

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

border-color css

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

 span { border-color: rgb(121,159,52); }

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