Html Css Color HEX #68A050 Apple

📋 copy color: '#68A050'

red 104 ◦ green 160 ◦ blue 80

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

Shades of Apple #68A050

Tints of Apple #68A050

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.51%

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

R = 30.23%
G = 46.51%
B = 23.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#68A050 (or 0x68A050) is known color: Apple. HEX triplet: 68, A0 and 50. RGB value is (104,160,80). Sum of RGB (Red+Green+Blue) = 104+160+80=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #68A050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A050 is #975FAF. Grayscale: #868686. Windows color (decimal): -9920432 or 5283944. OLE color: 5283944.

HSL color Cylindrical-coordinate representation of color #68A050: hue angle of 102º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A050 is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 80 -
CMYK 0.35 0 0.5 0.37
HSL 102º 0.33% 0.47% -
HSV(B) 102º 0.5% 0.63% -
XYZ 19.73 28.66 12.08 -
YUV 134.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 104 160 80 0.35 0 0.5 0.37 102 0.33 0.47
Hex 68 A0 50 23 0 32 25 66 21 2F
Octal 150 240 120 43 0 62 45 146 41 57
Binary 1101000 10100000 1010000 100011 0 110010 100101 1100110 100001 101111

Color Harmonies of #68A050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A050

Black with #68A050

Text Example


Text Example

White with #68A050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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