Html Css Color HEX #68AC50 Apple

📋 copy color: '#68AC50'

red 104 ◦ green 172 ◦ blue 80

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

Shades of Apple #68AC50

Tints of Apple #68AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.31%

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

R = 29.21%
G = 48.31%
B = 22.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#68AC50 (or 0x68AC50) is known color: Apple. HEX triplet: 68, AC and 50. RGB value is (104,172,80). Sum of RGB (Red+Green+Blue) = 104+172+80=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC50 is #9753AF. Grayscale: #8D8D8D. Windows color (decimal): -9917360 or 5287016. OLE color: 5287016.

HSL color Cylindrical-coordinate representation of color #68AC50: hue angle of 104.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AC50 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 80 -
CMYK 0.40 0 0.53 0.33
HSL 104.35º 0.37% 0.49% -
HSV(B) 104.35º 0.53% 0.67% -
XYZ 21.91 33.03 12.81 -
YUV 141.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 104 172 80 0.40 0 0.53 0.33 104.35 0.37 0.49
Hex 68 AC 50 28 0 35 21 68 25 31
Octal 150 254 120 50 0 65 41 150 45 61
Binary 1101000 10101100 1010000 101000 0 110101 100001 1101000 100101 110001

Color Harmonies of #68AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC50

Black with #68AC50

Text Example


Text Example

White with #68AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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