Html Css Color HEX #68A04E Apple

📋 copy color: '#68A04E'

red 104 ◦ green 160 ◦ blue 78

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

Shades of Apple #68A04E

Tints of Apple #68A04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 30.41%
G = 46.78%
B = 22.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#68A04E (or 0x68A04E) is known color: Apple. HEX triplet: 68, A0 and 4E. RGB value is (104,160,78). Sum of RGB (Red+Green+Blue) = 104+160+78=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #68A04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A04E is #975FB1. Grayscale: #868686. Windows color (decimal): -9920434 or 5152872. OLE color: 5152872.

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

Color convert

RGB 104 160 78 -
CMYK 0.35 0 0.51 0.37
HSL 100.98º 0.34% 0.47% -
HSV(B) 100.98º 0.51% 0.63% -
XYZ 19.65 28.63 11.7 -
YUV 133.91 96.45 106.67 -
System Red Green Blue C M Y K H S L
Decimal 104 160 78 0.35 0 0.51 0.37 100.98 0.34 0.47
Hex 68 A0 4E 23 0 33 25 65 22 2F
Octal 150 240 116 43 0 63 45 145 42 57
Binary 1101000 10100000 1001110 100011 0 110011 100101 1100101 100010 101111

Color Harmonies of #68A04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A04E

Black with #68A04E

Text Example


Text Example

White with #68A04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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