Html Css Color HEX #799B33 Sushi

📋 copy color: '#799B33'

red 121 ◦ green 155 ◦ blue 51

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

Shades of Sushi #799B33

Tints of Sushi #799B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 37%
G = 47.4%
B = 15.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#799B33 (or 0x799B33) is known color: Sushi. HEX triplet: 79, 9B and 33. RGB value is (121,155,51). Sum of RGB (Red+Green+Blue) = 121+155+51=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #799B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B33 is #8664CC. Grayscale: #858585. Windows color (decimal): -8807629 or 3382137. OLE color: 3382137.

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

Color convert

RGB 121 155 51 -
CMYK 0.22 0 0.67 0.39
HSL 79.62º 0.5% 0.4% -
HSV(B) 79.62º 0.67% 0.61% -
XYZ 20.2 27.75 7.42 -
YUV 132.98 81.74 119.46 -
System Red Green Blue C M Y K H S L
Decimal 121 155 51 0.22 0 0.67 0.39 79.62 0.5 0.4
Hex 79 9B 33 16 0 43 27 50 32 28
Octal 171 233 63 26 0 103 47 120 62 50
Binary 1111001 10011011 110011 10110 0 1000011 100111 1010000 110010 101000

Color Harmonies of #799B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B33

Black with #799B33

Text Example


Text Example

White with #799B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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