Html Css Color HEX #77C041 Apple

📋 copy color: '#77C041'

red 119 ◦ green 192 ◦ blue 65

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

Shades of Apple #77C041

Tints of Apple #77C041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 31.65%
G = 51.06%
B = 17.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#77C041 (or 0x77C041) is known color: Apple. HEX triplet: 77, C0 and 41. RGB value is (119,192,65). Sum of RGB (Red+Green+Blue) = 119+192+65=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #77C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C041 is #883FBE. Grayscale: #9C9C9C. Windows color (decimal): -8929215 or 4309111. OLE color: 4309111.

HSL color Cylindrical-coordinate representation of color #77C041: hue angle of 94.49º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77C041 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 65 -
CMYK 0.38 0 0.66 0.25
HSL 94.49º 0.5% 0.5% -
HSV(B) 94.49º 0.66% 0.75% -
XYZ 27.41 42 11.66 -
YUV 155.7 76.82 101.83 -
System Red Green Blue C M Y K H S L
Decimal 119 192 65 0.38 0 0.66 0.25 94.49 0.5 0.5
Hex 77 C0 41 26 0 42 19 5E 32 32
Octal 167 300 101 46 0 102 31 136 62 62
Binary 1110111 11000000 1000001 100110 0 1000010 11001 1011110 110010 110010

Color Harmonies of #77C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C041

Black with #77C041

Text Example


Text Example

White with #77C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,65); }

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

background-color css

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

 a { background-color: rgb(119,192,65); }

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

border-color css

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

 span { border-color: rgb(119,192,65); }

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