Html Css Color HEX #68A14F Apple

📋 copy color: '#68A14F'

red 104 ◦ green 161 ◦ blue 79

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

Shades of Apple #68A14F

Tints of Apple #68A14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.8%

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 30.23%
G = 46.8%
B = 22.97%

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

#68A14F (or 0x68A14F) is known color: Apple. HEX triplet: 68, A1 and 4F. RGB value is (104,161,79). Sum of RGB (Red+Green+Blue) = 104+161+79=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #68A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A14F is #975EB0. Grayscale: #868686. Windows color (decimal): -9920177 or 5218664. OLE color: 5218664.

HSL color Cylindrical-coordinate representation of color #68A14F: hue angle of 101.71º 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 #68A14F is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 161 79 -
CMYK 0.35 0 0.51 0.37
HSL 101.71º 0.34% 0.47% -
HSV(B) 101.71º 0.51% 0.63% -
XYZ 19.87 29 11.95 -
YUV 134.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 104 161 79 0.35 0 0.51 0.37 101.71 0.34 0.47
Hex 68 A1 4F 23 0 33 25 66 22 2F
Octal 150 241 117 43 0 63 45 146 42 57
Binary 1101000 10100001 1001111 100011 0 110011 100101 1100110 100010 101111

Color Harmonies of #68A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A14F

Black with #68A14F

Text Example


Text Example

White with #68A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,161,79); }

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

background-color css

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

 a { background-color: rgb(104,161,79); }

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

border-color css

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

 span { border-color: rgb(104,161,79); }

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