Html Css Color HEX #7CB540 Apple

📋 copy color: '#7CB540'

red 124 ◦ green 181 ◦ blue 64

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

Shades of Apple #7CB540

Tints of Apple #7CB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.05%

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

R = 33.6%
G = 49.05%
B = 17.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#7CB540 (or 0x7CB540) is known color: Apple. HEX triplet: 7C, B5 and 40. RGB value is (124,181,64). Sum of RGB (Red+Green+Blue) = 124+181+64=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB540 is #834ABF. Grayscale: #979797. Windows color (decimal): -8604352 or 4240764. OLE color: 4240764.

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

Color convert

RGB 124 181 64 -
CMYK 0.31 0 0.65 0.29
HSL 89.23º 0.48% 0.48% -
HSV(B) 89.23º 0.65% 0.71% -
XYZ 25.76 37.7 10.77 -
YUV 150.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 124 181 64 0.31 0 0.65 0.29 89.23 0.48 0.48
Hex 7C B5 40 1F 0 41 1D 59 30 30
Octal 174 265 100 37 0 101 35 131 60 60
Binary 1111100 10110101 1000000 11111 0 1000001 11101 1011001 110000 110000

Color Harmonies of #7CB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB540

Black with #7CB540

Text Example


Text Example

White with #7CB540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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