Html Css Color HEX #77B14F Apple

📋 copy color: '#77B14F'

red 119 ◦ green 177 ◦ blue 79

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

Shades of Apple #77B14F

Tints of Apple #77B14F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

 BLUE value IS 79 (31.25% from 255) = 21.07%

R = 31.73%
G = 47.2%
B = 21.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#77B14F (or 0x77B14F) is known color: Apple. HEX triplet: 77, B1 and 4F. RGB value is (119,177,79). Sum of RGB (Red+Green+Blue) = 119+177+79=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #77B14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B14F is #884EB0. Grayscale: #949494. Windows color (decimal): -8933041 or 5222775. OLE color: 5222775.

HSL color Cylindrical-coordinate representation of color #77B14F: hue angle of 95.51º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77B14F is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 177 79 -
CMYK 0.33 0 0.55 0.31
HSL 95.51º 0.39% 0.5% -
HSV(B) 95.51º 0.55% 0.69% -
XYZ 24.74 35.93 13.03 -
YUV 148.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 119 177 79 0.33 0 0.55 0.31 95.51 0.39 0.5
Hex 77 B1 4F 21 0 37 1F 60 27 32
Octal 167 261 117 41 0 67 37 140 47 62
Binary 1110111 10110001 1001111 100001 0 110111 11111 1100000 100111 110010

Color Harmonies of #77B14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B14F

Black with #77B14F

Text Example


Text Example

White with #77B14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,177,79); }

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

background-color css

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

 a { background-color: rgb(119,177,79); }

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

border-color css

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

 span { border-color: rgb(119,177,79); }

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