Html Css Color HEX #7CBA42 Apple

📋 copy color: '#7CBA42'

red 124 ◦ green 186 ◦ blue 66

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

Shades of Apple #7CBA42

Tints of Apple #7CBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.47%

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

R = 32.98%
G = 49.47%
B = 17.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#7CBA42 (or 0x7CBA42) is known color: Apple. HEX triplet: 7C, BA and 42. RGB value is (124,186,66). Sum of RGB (Red+Green+Blue) = 124+186+66=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA42 is #8345BD. Grayscale: #9A9A9A. Windows color (decimal): -8603070 or 4373116. OLE color: 4373116.

HSL color Cylindrical-coordinate representation of color #7CBA42: hue angle of 91º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CBA42 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 66 -
CMYK 0.33 0 0.65 0.27
HSL 91º 0.48% 0.49% -
HSV(B) 91º 0.65% 0.73% -
XYZ 26.85 39.8 11.42 -
YUV 153.78 78.46 106.76 -
System Red Green Blue C M Y K H S L
Decimal 124 186 66 0.33 0 0.65 0.27 91 0.48 0.49
Hex 7C BA 42 21 0 41 1B 5B 30 31
Octal 174 272 102 41 0 101 33 133 60 61
Binary 1111100 10111010 1000010 100001 0 1000001 11011 1011011 110000 110001

Color Harmonies of #7CBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA42

Black with #7CBA42

Text Example


Text Example

White with #7CBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,66); }

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

background-color css

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

 a { background-color: rgb(124,186,66); }

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

border-color css

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

 span { border-color: rgb(124,186,66); }

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