Html Css Color HEX #77C13A Apple

📋 copy color: '#77C13A'

red 119 ◦ green 193 ◦ blue 58

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

Shades of Apple #77C13A

Tints of Apple #77C13A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.16%

 BLUE value IS 58 (23.05% from 255) = 15.68%

R = 32.16%
G = 52.16%
B = 15.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#77C13A (or 0x77C13A) is known color: Apple. HEX triplet: 77, C1 and 3A. RGB value is (119,193,58). Sum of RGB (Red+Green+Blue) = 119+193+58=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #77C13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C13A is #883EC5. Grayscale: #9B9B9B. Windows color (decimal): -8928966 or 3850615. OLE color: 3850615.

HSL color Cylindrical-coordinate representation of color #77C13A: hue angle of 92.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77C13A is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 193 58 -
CMYK 0.38 0 0.70 0.24
HSL 92.89º 0.54% 0.49% -
HSV(B) 92.89º 0.7% 0.76% -
XYZ 27.44 42.37 10.73 -
YUV 155.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 119 193 58 0.38 0 0.70 0.24 92.89 0.54 0.49
Hex 77 C1 3A 26 0 46 18 5D 36 31
Octal 167 301 72 46 0 106 30 135 66 61
Binary 1110111 11000001 111010 100110 0 1000110 11000 1011101 110110 110001

Color Harmonies of #77C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C13A

Black with #77C13A

Text Example


Text Example

White with #77C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,193,58); }

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

background-color css

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

 a { background-color: rgb(119,193,58); }

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

border-color css

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

 span { border-color: rgb(119,193,58); }

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