Html Css Color HEX #77B645 Apple

📋 copy color: '#77B645'

red 119 ◦ green 182 ◦ blue 69

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

Shades of Apple #77B645

Tints of Apple #77B645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.19%

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 32.16%
G = 49.19%
B = 18.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#77B645 (or 0x77B645) is known color: Apple. HEX triplet: 77, B6 and 45. RGB value is (119,182,69). Sum of RGB (Red+Green+Blue) = 119+182+69=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #77B645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B645 is #8849BA. Grayscale: #969696. Windows color (decimal): -8931771 or 4568695. OLE color: 4568695.

HSL color Cylindrical-coordinate representation of color #77B645: hue angle of 93.45º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77B645 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 182 69 -
CMYK 0.35 0 0.62 0.29
HSL 93.45º 0.45% 0.49% -
HSV(B) 93.45º 0.62% 0.71% -
XYZ 25.41 37.81 11.59 -
YUV 150.28 82.13 105.69 -
System Red Green Blue C M Y K H S L
Decimal 119 182 69 0.35 0 0.62 0.29 93.45 0.45 0.49
Hex 77 B6 45 23 0 3E 1D 5D 2D 31
Octal 167 266 105 43 0 76 35 135 55 61
Binary 1110111 10110110 1000101 100011 0 111110 11101 1011101 101101 110001

Color Harmonies of #77B645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B645

Black with #77B645

Text Example


Text Example

White with #77B645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,182,69); }

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

background-color css

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

 a { background-color: rgb(119,182,69); }

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

border-color css

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

 span { border-color: rgb(119,182,69); }

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