Html Css Color HEX #68A43F Apple

📋 copy color: '#68A43F'

red 104 ◦ green 164 ◦ blue 63

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

Shades of Apple #68A43F

Tints of Apple #68A43F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.55%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 31.42%
G = 49.55%
B = 19.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#68A43F (or 0x68A43F) is known color: Apple. HEX triplet: 68, A4 and 3F. RGB value is (104,164,63). Sum of RGB (Red+Green+Blue) = 104+164+63=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #68A43F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A43F is #975BC0. Grayscale: #868686. Windows color (decimal): -9919425 or 4170856. OLE color: 4170856.

HSL color Cylindrical-coordinate representation of color #68A43F: hue angle of 95.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68A43F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 164 63 -
CMYK 0.37 0 0.62 0.36
HSL 95.64º 0.44% 0.45% -
HSV(B) 95.64º 0.62% 0.64% -
XYZ 19.88 29.85 9.42 -
YUV 134.55 87.62 106.21 -
System Red Green Blue C M Y K H S L
Decimal 104 164 63 0.37 0 0.62 0.36 95.64 0.44 0.45
Hex 68 A4 3F 25 0 3E 24 60 2C 2D
Octal 150 244 77 45 0 76 44 140 54 55
Binary 1101000 10100100 111111 100101 0 111110 100100 1100000 101100 101101

Color Harmonies of #68A43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A43F

Black with #68A43F

Text Example


Text Example

White with #68A43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,164,63); }

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

background-color css

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

 a { background-color: rgb(104,164,63); }

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

border-color css

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

 span { border-color: rgb(104,164,63); }

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