Html Css Color HEX #779D27 Sushi

📋 copy color: '#779D27'

red 119 ◦ green 157 ◦ blue 39

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

Shades of Sushi #779D27

Tints of Sushi #779D27

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.84%

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 37.78%
G = 49.84%
B = 12.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#779D27 (or 0x779D27) is known color: Sushi. HEX triplet: 77, 9D and 27. RGB value is (119,157,39). Sum of RGB (Red+Green+Blue) = 119+157+39=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #779D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D27 is #8862D8. Grayscale: #848484. Windows color (decimal): -8938201 or 2596215. OLE color: 2596215.

HSL color Cylindrical-coordinate representation of color #779D27: hue angle of 79.32º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #779D27 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 157 39 -
CMYK 0.24 0 0.75 0.38
HSL 79.32º 0.6% 0.38% -
HSV(B) 79.32º 0.75% 0.62% -
XYZ 20.03 28.18 6.3 -
YUV 132.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 119 157 39 0.24 0 0.75 0.38 79.32 0.6 0.38
Hex 77 9D 27 18 0 4B 26 4F 3C 26
Octal 167 235 47 30 0 113 46 117 74 46
Binary 1110111 10011101 100111 11000 0 1001011 100110 1001111 111100 100110

Color Harmonies of #779D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779D27

Black with #779D27

Text Example


Text Example

White with #779D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,157,39); }

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

background-color css

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

 a { background-color: rgb(119,157,39); }

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

border-color css

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

 span { border-color: rgb(119,157,39); }

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