Html Css Color HEX #7CB740 Apple

📋 copy color: '#7CB740'

red 124 ◦ green 183 ◦ blue 64

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

Shades of Apple #7CB740

Tints of Apple #7CB740

RGB

 RED value IS 124 (48.83% from 255) = 33.42%

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

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 33.42%
G = 49.33%
B = 17.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#7CB740 (or 0x7CB740) is known color: Apple. HEX triplet: 7C, B7 and 40. RGB value is (124,183,64). Sum of RGB (Red+Green+Blue) = 124+183+64=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB740 is #8348BF. Grayscale: #989898. Windows color (decimal): -8603840 or 4241276. OLE color: 4241276.

HSL color Cylindrical-coordinate representation of color #7CB740: hue angle of 89.75º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CB740 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 183 64 -
CMYK 0.32 0 0.65 0.28
HSL 89.75º 0.48% 0.48% -
HSV(B) 89.75º 0.65% 0.72% -
XYZ 26.17 38.52 10.91 -
YUV 151.79 78.45 108.18 -
System Red Green Blue C M Y K H S L
Decimal 124 183 64 0.32 0 0.65 0.28 89.75 0.48 0.48
Hex 7C B7 40 20 0 41 1C 5A 30 30
Octal 174 267 100 40 0 101 34 132 60 60
Binary 1111100 10110111 1000000 100000 0 1000001 11100 1011010 110000 110000

Color Harmonies of #7CB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB740

Black with #7CB740

Text Example


Text Example

White with #7CB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CB740; }

 p { color: rgb(124,183,64); }

 H1.HeaderClassName
 {
   color: #7CB740;
 }
 .AnyTagClassName
 {
   color: #7CB740;
 }
</style>

background-color css

<style>
 a { background-color: #7CB740; }

 a { background-color: rgb(124,183,64); }

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

border-color css

<style>
 span { border-color: #7CB740; }

 span { border-color: rgb(124,183,64); }

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