Html Css Color HEX #799230 Sushi

📋 copy color: '#799230'

red 121 ◦ green 146 ◦ blue 48

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

Shades of Sushi #799230

Tints of Sushi #799230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

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

R = 38.41%
G = 46.35%
B = 15.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#799230 (or 0x799230) is known color: Sushi. HEX triplet: 79, 92 and 30. RGB value is (121,146,48). Sum of RGB (Red+Green+Blue) = 121+146+48=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #799230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799230 is #866DCF. Grayscale: #7F7F7F. Windows color (decimal): -8809936 or 3183225. OLE color: 3183225.

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

Color convert

RGB 121 146 48 -
CMYK 0.17 0 0.67 0.43
HSL 75.31º 0.51% 0.38% -
HSV(B) 75.31º 0.67% 0.57% -
XYZ 18.7 24.84 6.6 -
YUV 127.35 83.22 123.47 -
System Red Green Blue C M Y K H S L
Decimal 121 146 48 0.17 0 0.67 0.43 75.31 0.51 0.38
Hex 79 92 30 11 0 43 2B 4B 33 26
Octal 171 222 60 21 0 103 53 113 63 46
Binary 1111001 10010010 110000 10001 0 1000011 101011 1001011 110011 100110

Color Harmonies of #799230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799230

Black with #799230

Text Example


Text Example

White with #799230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799230; }

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

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

background-color css

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

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

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

border-color css

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

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

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