Html Css Color HEX #68A940 Apple

📋 copy color: '#68A940'

red 104 ◦ green 169 ◦ blue 64

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

Shades of Apple #68A940

Tints of Apple #68A940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.15%

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 30.86%
G = 50.15%
B = 18.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#68A940 (or 0x68A940) is known color: Apple. HEX triplet: 68, A9 and 40. RGB value is (104,169,64). Sum of RGB (Red+Green+Blue) = 104+169+64=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 169 (66.41% from 255 or 50.15% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 169 - color contains mainly: green. Hex color #68A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A940 is #9756BF. Grayscale: #898989. Windows color (decimal): -9918144 or 4237672. OLE color: 4237672.

HSL color Cylindrical-coordinate representation of color #68A940: hue angle of 97.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68A940 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 169 64 -
CMYK 0.38 0 0.62 0.34
HSL 97.14º 0.45% 0.46% -
HSV(B) 97.14º 0.62% 0.66% -
XYZ 20.82 31.69 9.87 -
YUV 137.6 86.47 104.04 -
System Red Green Blue C M Y K H S L
Decimal 104 169 64 0.38 0 0.62 0.34 97.14 0.45 0.46
Hex 68 A9 40 26 0 3E 22 61 2D 2E
Octal 150 251 100 46 0 76 42 141 55 56
Binary 1101000 10101001 1000000 100110 0 111110 100010 1100001 101101 101110

Color Harmonies of #68A940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A940

Black with #68A940

Text Example


Text Example

White with #68A940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,169,64); }

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

background-color css

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

 a { background-color: rgb(104,169,64); }

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

border-color css

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

 span { border-color: rgb(104,169,64); }

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