Html Css Color HEX #799934 Sushi

📋 copy color: '#799934'

red 121 ◦ green 153 ◦ blue 52

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

Shades of Sushi #799934

Tints of Sushi #799934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 37.12%
G = 46.93%
B = 15.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#799934 (or 0x799934) is known color: Sushi. HEX triplet: 79, 99 and 34. RGB value is (121,153,52). Sum of RGB (Red+Green+Blue) = 121+153+52=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #799934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799934 is #8666CB. Grayscale: #848484. Windows color (decimal): -8808140 or 3447161. OLE color: 3447161.

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

Color convert

RGB 121 153 52 -
CMYK 0.21 0 0.66 0.4
HSL 79.01º 0.49% 0.4% -
HSV(B) 79.01º 0.66% 0.6% -
XYZ 19.9 27.1 7.43 -
YUV 131.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 121 153 52 0.21 0 0.66 0.4 79.01 0.49 0.4
Hex 79 99 34 15 0 42 28 4F 31 28
Octal 171 231 64 25 0 102 50 117 61 50
Binary 1111001 10011001 110100 10101 0 1000010 101000 1001111 110001 101000

Color Harmonies of #799934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799934

Black with #799934

Text Example


Text Example

White with #799934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799934; }

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

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

background-color css

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

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

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

border-color css

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

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

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