Html Css Color HEX #77A133 Sushi

📋 copy color: '#77A133'

red 119 ◦ green 161 ◦ blue 51

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

Shades of Sushi #77A133

Tints of Sushi #77A133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.64%

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

R = 35.95%
G = 48.64%
B = 15.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#77A133 (or 0x77A133) is known color: Sushi. HEX triplet: 77, A1 and 33. RGB value is (119,161,51). Sum of RGB (Red+Green+Blue) = 119+161+51=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #77A133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A133 is #885ECC. Grayscale: #888888. Windows color (decimal): -8937165 or 3383671. OLE color: 3383671.

HSL color Cylindrical-coordinate representation of color #77A133: hue angle of 82.91º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77A133 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 161 51 -
CMYK 0.26 0 0.68 0.37
HSL 82.91º 0.52% 0.42% -
HSV(B) 82.91º 0.68% 0.63% -
XYZ 20.95 29.65 7.75 -
YUV 135.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 119 161 51 0.26 0 0.68 0.37 82.91 0.52 0.42
Hex 77 A1 33 1A 0 44 25 53 34 2A
Octal 167 241 63 32 0 104 45 123 64 52
Binary 1110111 10100001 110011 11010 0 1000100 100101 1010011 110100 101010

Color Harmonies of #77A133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A133

Black with #77A133

Text Example


Text Example

White with #77A133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A133; }

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

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

background-color css

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

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

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

border-color css

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

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

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