Html Css Color HEX #68AE50 Apple

📋 copy color: '#68AE50'

red 104 ◦ green 174 ◦ blue 80

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

Shades of Apple #68AE50

Tints of Apple #68AE50

RGB

 RED value IS 104 (41.02% from 255) = 29.05%

 GREEN value IS 174 (68.36% from 255) = 48.6%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 29.05%
G = 48.6%
B = 22.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#68AE50 (or 0x68AE50) is known color: Apple. HEX triplet: 68, AE and 50. RGB value is (104,174,80). Sum of RGB (Red+Green+Blue) = 104+174+80=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE50 is #9751AF. Grayscale: #8E8E8E. Windows color (decimal): -9916848 or 5287528. OLE color: 5287528.

HSL color Cylindrical-coordinate representation of color #68AE50: hue angle of 104.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68AE50 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 174 80 -
CMYK 0.40 0 0.54 0.32
HSL 104.68º 0.37% 0.5% -
HSV(B) 104.68º 0.54% 0.68% -
XYZ 22.29 33.79 12.94 -
YUV 142.35 92.81 100.64 -
System Red Green Blue C M Y K H S L
Decimal 104 174 80 0.40 0 0.54 0.32 104.68 0.37 0.5
Hex 68 AE 50 28 0 36 20 69 25 32
Octal 150 256 120 50 0 66 40 151 45 62
Binary 1101000 10101110 1010000 101000 0 110110 100000 1101001 100101 110010

Color Harmonies of #68AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE50

Black with #68AE50

Text Example


Text Example

White with #68AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AE50; }

 p { color: rgb(104,174,80); }

 H1.HeaderClassName
 {
   color: #68AE50;
 }
 .AnyTagClassName
 {
   color: #68AE50;
 }
</style>

background-color css

<style>
 a { background-color: #68AE50; }

 a { background-color: rgb(104,174,80); }

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

border-color css

<style>
 span { border-color: #68AE50; }

 span { border-color: rgb(104,174,80); }

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