Html Css Color HEX #77A430 Sushi

📋 copy color: '#77A430'

red 119 ◦ green 164 ◦ blue 48

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

Shades of Sushi #77A430

Tints of Sushi #77A430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.55%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 35.95%
G = 49.55%
B = 14.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#77A430 (or 0x77A430) is known color: Sushi. HEX triplet: 77, A4 and 30. RGB value is (119,164,48). Sum of RGB (Red+Green+Blue) = 119+164+48=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #77A430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A430 is #885BCF. Grayscale: #898989. Windows color (decimal): -8936400 or 3187831. OLE color: 3187831.

HSL color Cylindrical-coordinate representation of color #77A430: hue angle of 83.28º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77A430 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 164 48 -
CMYK 0.27 0 0.71 0.36
HSL 83.28º 0.55% 0.42% -
HSV(B) 83.28º 0.71% 0.64% -
XYZ 21.42 30.69 7.59 -
YUV 137.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 119 164 48 0.27 0 0.71 0.36 83.28 0.55 0.42
Hex 77 A4 30 1B 0 47 24 53 37 2A
Octal 167 244 60 33 0 107 44 123 67 52
Binary 1110111 10100100 110000 11011 0 1000111 100100 1010011 110111 101010

Color Harmonies of #77A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A430

Black with #77A430

Text Example


Text Example

White with #77A430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,164,48); }

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

background-color css

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

 a { background-color: rgb(119,164,48); }

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

border-color css

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

 span { border-color: rgb(119,164,48); }

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