Html Css Color HEX #779F33 Sushi

📋 copy color: '#779F33'

red 119 ◦ green 159 ◦ blue 51

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

Shades of Sushi #779F33

Tints of Sushi #779F33

RGB

 RED value IS 119 (46.88% from 255) = 36.17%

 GREEN value IS 159 (62.5% from 255) = 48.33%

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

R = 36.17%
G = 48.33%
B = 15.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#779F33 (or 0x779F33) is known color: Sushi. HEX triplet: 77, 9F and 33. RGB value is (119,159,51). Sum of RGB (Red+Green+Blue) = 119+159+51=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #779F33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779F33 is #8860CC. Grayscale: #878787. Windows color (decimal): -8937677 or 3383159. OLE color: 3383159.

HSL color Cylindrical-coordinate representation of color #779F33: hue angle of 82.22º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #779F33 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 51 -
CMYK 0.25 0 0.68 0.38
HSL 82.22º 0.51% 0.41% -
HSV(B) 82.22º 0.68% 0.62% -
XYZ 20.6 28.96 7.64 -
YUV 134.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 119 159 51 0.25 0 0.68 0.38 82.22 0.51 0.41
Hex 77 9F 33 19 0 44 26 52 33 29
Octal 167 237 63 31 0 104 46 122 63 51
Binary 1110111 10011111 110011 11001 0 1000100 100110 1010010 110011 101001

Color Harmonies of #779F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F33

Black with #779F33

Text Example


Text Example

White with #779F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779F33; }

 p { color: rgb(119,159,51); }

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

background-color css

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

 a { background-color: rgb(119,159,51); }

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

border-color css

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

 span { border-color: rgb(119,159,51); }

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