Html Css Color HEX #68AD3F Apple

📋 copy color: '#68AD3F'

red 104 ◦ green 173 ◦ blue 63

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

Shades of Apple #68AD3F

Tints of Apple #68AD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.88%

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

R = 30.59%
G = 50.88%
B = 18.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#68AD3F (or 0x68AD3F) is known color: Apple. HEX triplet: 68, AD and 3F. RGB value is (104,173,63). Sum of RGB (Red+Green+Blue) = 104+173+63=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD3F is #9752C0. Grayscale: #8C8C8C. Windows color (decimal): -9917121 or 4173160. OLE color: 4173160.

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

Color convert

RGB 104 173 63 -
CMYK 0.40 0 0.64 0.32
HSL 97.64º 0.47% 0.46% -
HSV(B) 97.64º 0.64% 0.68% -
XYZ 21.55 33.19 9.97 -
YUV 139.83 84.64 102.44 -
System Red Green Blue C M Y K H S L
Decimal 104 173 63 0.40 0 0.64 0.32 97.64 0.47 0.46
Hex 68 AD 3F 28 0 40 20 62 2F 2E
Octal 150 255 77 50 0 100 40 142 57 56
Binary 1101000 10101101 111111 101000 0 1000000 100000 1100010 101111 101110

Color Harmonies of #68AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD3F

Black with #68AD3F

Text Example


Text Example

White with #68AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,63); }

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

background-color css

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

 a { background-color: rgb(104,173,63); }

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

border-color css

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

 span { border-color: rgb(104,173,63); }

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