Html Css Color HEX #68A740 Apple

📋 copy color: '#68A740'

red 104 ◦ green 167 ◦ blue 64

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

Shades of Apple #68A740

Tints of Apple #68A740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.85%

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

R = 31.04%
G = 49.85%
B = 19.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#68A740 (or 0x68A740) is known color: Apple. HEX triplet: 68, A7 and 40. RGB value is (104,167,64). Sum of RGB (Red+Green+Blue) = 104+167+64=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #68A740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A740 is #9758BF. Grayscale: #888888. Windows color (decimal): -9918656 or 4237160. OLE color: 4237160.

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

Color convert

RGB 104 167 64 -
CMYK 0.38 0 0.62 0.35
HSL 96.7º 0.45% 0.45% -
HSV(B) 96.7º 0.62% 0.65% -
XYZ 20.45 30.95 9.75 -
YUV 136.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 104 167 64 0.38 0 0.62 0.35 96.7 0.45 0.45
Hex 68 A7 40 26 0 3E 23 61 2D 2D
Octal 150 247 100 46 0 76 43 141 55 55
Binary 1101000 10100111 1000000 100110 0 111110 100011 1100001 101101 101101

Color Harmonies of #68A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A740

Black with #68A740

Text Example


Text Example

White with #68A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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