Html Css Color HEX #77B04C Apple

📋 copy color: '#77B04C'

red 119 ◦ green 176 ◦ blue 76

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

Shades of Apple #77B04C

Tints of Apple #77B04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

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

R = 32.08%
G = 47.44%
B = 20.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#77B04C (or 0x77B04C) is known color: Apple. HEX triplet: 77, B0 and 4C. RGB value is (119,176,76). Sum of RGB (Red+Green+Blue) = 119+176+76=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #77B04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77B04C is #884FB3. Grayscale: #939393. Windows color (decimal): -8933300 or 5025911. OLE color: 5025911.

HSL color Cylindrical-coordinate representation of color #77B04C: hue angle of 94.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77B04C is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 176 76 -
CMYK 0.32 0 0.57 0.31
HSL 94.2º 0.4% 0.49% -
HSV(B) 94.2º 0.57% 0.69% -
XYZ 24.44 35.49 12.4 -
YUV 147.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 119 176 76 0.32 0 0.57 0.31 94.2 0.4 0.49
Hex 77 B0 4C 20 0 39 1F 5E 28 31
Octal 167 260 114 40 0 71 37 136 50 61
Binary 1110111 10110000 1001100 100000 0 111001 11111 1011110 101000 110001

Color Harmonies of #77B04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B04C

Black with #77B04C

Text Example


Text Example

White with #77B04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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