Html Css Color HEX #799B38 Sushi

📋 copy color: '#799B38'

red 121 ◦ green 155 ◦ blue 56

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

Shades of Sushi #799B38

Tints of Sushi #799B38

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 36.45%
G = 46.69%
B = 16.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#799B38 (or 0x799B38) is known color: Sushi. HEX triplet: 79, 9B and 38. RGB value is (121,155,56). Sum of RGB (Red+Green+Blue) = 121+155+56=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #799B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B38 is #8664C7. Grayscale: #858585. Windows color (decimal): -8807624 or 3709817. OLE color: 3709817.

HSL color Cylindrical-coordinate representation of color #799B38: hue angle of 80.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #799B38 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 155 56 -
CMYK 0.22 0 0.64 0.39
HSL 80.61º 0.47% 0.41% -
HSV(B) 80.61º 0.64% 0.61% -
XYZ 20.32 27.79 8.04 -
YUV 133.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 121 155 56 0.22 0 0.64 0.39 80.61 0.47 0.41
Hex 79 9B 38 16 0 40 27 51 2F 29
Octal 171 233 70 26 0 100 47 121 57 51
Binary 1111001 10011011 111000 10110 0 1000000 100111 1010001 101111 101001

Color Harmonies of #799B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B38

Black with #799B38

Text Example


Text Example

White with #799B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,155,56); }

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

background-color css

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

 a { background-color: rgb(121,155,56); }

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

border-color css

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

 span { border-color: rgb(121,155,56); }

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