Html Css Color HEX #799330 Sushi

📋 copy color: '#799330'

red 121 ◦ green 147 ◦ blue 48

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

Shades of Sushi #799330

Tints of Sushi #799330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 38.29%
G = 46.52%
B = 15.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#799330 (or 0x799330) is known color: Sushi. HEX triplet: 79, 93 and 30. RGB value is (121,147,48). Sum of RGB (Red+Green+Blue) = 121+147+48=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #799330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799330 is #866CCF. Grayscale: #808080. Windows color (decimal): -8809680 or 3183481. OLE color: 3183481.

HSL color Cylindrical-coordinate representation of color #799330: hue angle of 75.76º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #799330 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 48 -
CMYK 0.18 0 0.67 0.42
HSL 75.76º 0.51% 0.38% -
HSV(B) 75.76º 0.67% 0.58% -
XYZ 18.85 25.15 6.66 -
YUV 127.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 121 147 48 0.18 0 0.67 0.42 75.76 0.51 0.38
Hex 79 93 30 12 0 43 2A 4C 33 26
Octal 171 223 60 22 0 103 52 114 63 46
Binary 1111001 10010011 110000 10010 0 1000011 101010 1001100 110011 100110

Color Harmonies of #799330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799330

Black with #799330

Text Example


Text Example

White with #799330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799330; }

 p { color: rgb(121,147,48); }

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

background-color css

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

 a { background-color: rgb(121,147,48); }

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

border-color css

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

 span { border-color: rgb(121,147,48); }

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