Html Css Color HEX #7CBC3F Apple

📋 copy color: '#7CBC3F'

red 124 ◦ green 188 ◦ blue 63

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

Shades of Apple #7CBC3F

Tints of Apple #7CBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

 BLUE value IS 63 (25% from 255) = 16.8%

R = 33.07%
G = 50.13%
B = 16.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#7CBC3F (or 0x7CBC3F) is known color: Apple. HEX triplet: 7C, BC and 3F. RGB value is (124,188,63). Sum of RGB (Red+Green+Blue) = 124+188+63=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC3F is #8343C0. Grayscale: #9B9B9B. Windows color (decimal): -8602561 or 4177020. OLE color: 4177020.

HSL color Cylindrical-coordinate representation of color #7CBC3F: hue angle of 90.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CBC3F is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 63 -
CMYK 0.34 0 0.66 0.26
HSL 90.72º 0.5% 0.49% -
HSV(B) 90.72º 0.66% 0.74% -
XYZ 27.19 40.61 11.11 -
YUV 154.61 76.3 106.16 -
System Red Green Blue C M Y K H S L
Decimal 124 188 63 0.34 0 0.66 0.26 90.72 0.5 0.49
Hex 7C BC 3F 22 0 42 1A 5B 32 31
Octal 174 274 77 42 0 102 32 133 62 61
Binary 1111100 10111100 111111 100010 0 1000010 11010 1011011 110010 110001

Color Harmonies of #7CBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBC3F

Black with #7CBC3F

Text Example


Text Example

White with #7CBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,63); }

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

background-color css

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

 a { background-color: rgb(124,188,63); }

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

border-color css

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

 span { border-color: rgb(124,188,63); }

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