Html Css Color HEX #7CBA3C Apple

📋 copy color: '#7CBA3C'

red 124 ◦ green 186 ◦ blue 60

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

Shades of Apple #7CBA3C

Tints of Apple #7CBA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 33.51%
G = 50.27%
B = 16.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#7CBA3C (or 0x7CBA3C) is known color: Apple. HEX triplet: 7C, BA and 3C. RGB value is (124,186,60). Sum of RGB (Red+Green+Blue) = 124+186+60=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA3C is #8345C3. Grayscale: #999999. Windows color (decimal): -8603076 or 3979900. OLE color: 3979900.

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

Color convert

RGB 124 186 60 -
CMYK 0.33 0 0.68 0.27
HSL 89.52º 0.51% 0.48% -
HSV(B) 89.52º 0.68% 0.73% -
XYZ 26.69 39.73 10.54 -
YUV 153.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 124 186 60 0.33 0 0.68 0.27 89.52 0.51 0.48
Hex 7C BA 3C 21 0 44 1B 5A 33 30
Octal 174 272 74 41 0 104 33 132 63 60
Binary 1111100 10111010 111100 100001 0 1000100 11011 1011010 110011 110000

Color Harmonies of #7CBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA3C

Black with #7CBA3C

Text Example


Text Example

White with #7CBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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