Html Css Color HEX #68A346 Apple

📋 copy color: '#68A346'

red 104 ◦ green 163 ◦ blue 70

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

Shades of Apple #68A346

Tints of Apple #68A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.37%

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 30.86%
G = 48.37%
B = 20.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#68A346 (or 0x68A346) is known color: Apple. HEX triplet: 68, A3 and 46. RGB value is (104,163,70). Sum of RGB (Red+Green+Blue) = 104+163+70=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #68A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A346 is #975CB9. Grayscale: #878787. Windows color (decimal): -9919674 or 4629352. OLE color: 4629352.

HSL color Cylindrical-coordinate representation of color #68A346: hue angle of 98.06º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68A346 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 163 70 -
CMYK 0.36 0 0.57 0.36
HSL 98.06º 0.4% 0.46% -
HSV(B) 98.06º 0.57% 0.64% -
XYZ 19.91 29.58 10.45 -
YUV 134.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 104 163 70 0.36 0 0.57 0.36 98.06 0.4 0.46
Hex 68 A3 46 24 0 39 24 62 28 2E
Octal 150 243 106 44 0 71 44 142 50 56
Binary 1101000 10100011 1000110 100100 0 111001 100100 1100010 101000 101110

Color Harmonies of #68A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A346

Black with #68A346

Text Example


Text Example

White with #68A346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,163,70); }

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

background-color css

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

 a { background-color: rgb(104,163,70); }

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

border-color css

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

 span { border-color: rgb(104,163,70); }

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