Html Css Color HEX #68AD41 Apple

📋 copy color: '#68AD41'

red 104 ◦ green 173 ◦ blue 65

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

Shades of Apple #68AD41

Tints of Apple #68AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 30.41%
G = 50.58%
B = 19.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#68AD41 (or 0x68AD41) is known color: Apple. HEX triplet: 68, AD and 41. RGB value is (104,173,65). Sum of RGB (Red+Green+Blue) = 104+173+65=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AD41 is #9752BE. Grayscale: #8C8C8C. Windows color (decimal): -9917119 or 4304232. OLE color: 4304232.

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

Color convert

RGB 104 173 65 -
CMYK 0.40 0 0.62 0.32
HSL 98.33º 0.45% 0.47% -
HSV(B) 98.33º 0.62% 0.68% -
XYZ 21.61 33.21 10.27 -
YUV 140.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 104 173 65 0.40 0 0.62 0.32 98.33 0.45 0.47
Hex 68 AD 41 28 0 3E 20 62 2D 2F
Octal 150 255 101 50 0 76 40 142 55 57
Binary 1101000 10101101 1000001 101000 0 111110 100000 1100010 101101 101111

Color Harmonies of #68AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD41

Black with #68AD41

Text Example


Text Example

White with #68AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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