Html Css Color HEX #77B942 Apple

📋 copy color: '#77B942'

red 119 ◦ green 185 ◦ blue 66

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

Shades of Apple #77B942

Tints of Apple #77B942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 32.16%
G = 50%
B = 17.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#77B942 (or 0x77B942) is known color: Apple. HEX triplet: 77, B9 and 42. RGB value is (119,185,66). Sum of RGB (Red+Green+Blue) = 119+185+66=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #77B942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B942 is #8846BD. Grayscale: #989898. Windows color (decimal): -8931006 or 4372855. OLE color: 4372855.

HSL color Cylindrical-coordinate representation of color #77B942: hue angle of 93.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77B942 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 185 66 -
CMYK 0.36 0 0.64 0.27
HSL 93.28º 0.47% 0.49% -
HSV(B) 93.28º 0.64% 0.73% -
XYZ 25.94 39.01 11.32 -
YUV 151.7 79.63 104.68 -
System Red Green Blue C M Y K H S L
Decimal 119 185 66 0.36 0 0.64 0.27 93.28 0.47 0.49
Hex 77 B9 42 24 0 40 1B 5D 2F 31
Octal 167 271 102 44 0 100 33 135 57 61
Binary 1110111 10111001 1000010 100100 0 1000000 11011 1011101 101111 110001

Color Harmonies of #77B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B942

Black with #77B942

Text Example


Text Example

White with #77B942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,185,66); }

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

background-color css

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

 a { background-color: rgb(119,185,66); }

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

border-color css

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

 span { border-color: rgb(119,185,66); }

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