Html Css Color HEX #7CB545 Apple

📋 copy color: '#7CB545'

red 124 ◦ green 181 ◦ blue 69

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

Shades of Apple #7CB545

Tints of Apple #7CB545

RGB

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

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

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

R = 33.16%
G = 48.4%
B = 18.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#7CB545 (or 0x7CB545) is known color: Apple. HEX triplet: 7C, B5 and 45. RGB value is (124,181,69). Sum of RGB (Red+Green+Blue) = 124+181+69=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB545 is #834ABA. Grayscale: #979797. Windows color (decimal): -8604347 or 4568444. OLE color: 4568444.

HSL color Cylindrical-coordinate representation of color #7CB545: hue angle of 90.54º 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 #7CB545 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 181 69 -
CMYK 0.31 0 0.62 0.29
HSL 90.54º 0.45% 0.49% -
HSV(B) 90.54º 0.62% 0.71% -
XYZ 25.91 37.76 11.55 -
YUV 151.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 124 181 69 0.31 0 0.62 0.29 90.54 0.45 0.49
Hex 7C B5 45 1F 0 3E 1D 5B 2D 31
Octal 174 265 105 37 0 76 35 133 55 61
Binary 1111100 10110101 1000101 11111 0 111110 11101 1011011 101101 110001

Color Harmonies of #7CB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB545

Black with #7CB545

Text Example


Text Example

White with #7CB545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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