Html Css Color HEX #77B349 Apple

📋 copy color: '#77B349'

red 119 ◦ green 179 ◦ blue 73

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

Shades of Apple #77B349

Tints of Apple #77B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.25%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 32.08%
G = 48.25%
B = 19.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#77B349 (or 0x77B349) is known color: Apple. HEX triplet: 77, B3 and 49. RGB value is (119,179,73). Sum of RGB (Red+Green+Blue) = 119+179+73=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #77B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B349 is #884CB6. Grayscale: #959595. Windows color (decimal): -8932535 or 4830071. OLE color: 4830071.

HSL color Cylindrical-coordinate representation of color #77B349: hue angle of 93.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77B349 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 179 73 -
CMYK 0.34 0 0.59 0.30
HSL 93.96º 0.42% 0.49% -
HSV(B) 93.96º 0.59% 0.7% -
XYZ 24.93 36.64 12.06 -
YUV 148.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 119 179 73 0.34 0 0.59 0.30 93.96 0.42 0.49
Hex 77 B3 49 22 0 3B 1E 5E 2A 31
Octal 167 263 111 42 0 73 36 136 52 61
Binary 1110111 10110011 1001001 100010 0 111011 11110 1011110 101010 110001

Color Harmonies of #77B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B349

Black with #77B349

Text Example


Text Example

White with #77B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,179,73); }

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

background-color css

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

 a { background-color: rgb(119,179,73); }

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

border-color css

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

 span { border-color: rgb(119,179,73); }

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