Html Css Color HEX #77B74C Apple

📋 copy color: '#77B74C'

red 119 ◦ green 183 ◦ blue 76

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

Shades of Apple #77B74C

Tints of Apple #77B74C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 31.48%
G = 48.41%
B = 20.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#77B74C (or 0x77B74C) is known color: Apple. HEX triplet: 77, B7 and 4C. RGB value is (119,183,76). Sum of RGB (Red+Green+Blue) = 119+183+76=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #77B74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B74C is #8848B3. Grayscale: #989898. Windows color (decimal): -8931508 or 5027703. OLE color: 5027703.

HSL color Cylindrical-coordinate representation of color #77B74C: hue angle of 95.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77B74C is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 183 76 -
CMYK 0.35 0 0.58 0.28
HSL 95.89º 0.43% 0.51% -
HSV(B) 95.89º 0.58% 0.72% -
XYZ 25.85 38.31 12.87 -
YUV 151.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 119 183 76 0.35 0 0.58 0.28 95.89 0.43 0.51
Hex 77 B7 4C 23 0 3A 1C 60 2B 33
Octal 167 267 114 43 0 72 34 140 53 63
Binary 1110111 10110111 1001100 100011 0 111010 11100 1100000 101011 110011

Color Harmonies of #77B74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B74C

Black with #77B74C

Text Example


Text Example

White with #77B74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,183,76); }

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

background-color css

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

 a { background-color: rgb(119,183,76); }

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

border-color css

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

 span { border-color: rgb(119,183,76); }

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