Html Css Color HEX #68AE46 Apple

📋 copy color: '#68AE46'

red 104 ◦ green 174 ◦ blue 70

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

Shades of Apple #68AE46

Tints of Apple #68AE46

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50%

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

R = 29.89%
G = 50%
B = 20.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#68AE46 (or 0x68AE46) is known color: Apple. HEX triplet: 68, AE and 46. RGB value is (104,174,70). Sum of RGB (Red+Green+Blue) = 104+174+70=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AE46 is #9751B9. Grayscale: #8D8D8D. Windows color (decimal): -9916858 or 4632168. OLE color: 4632168.

HSL color Cylindrical-coordinate representation of color #68AE46: hue angle of 100.38º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68AE46 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 174 70 -
CMYK 0.40 0 0.60 0.32
HSL 100.38º 0.43% 0.48% -
HSV(B) 100.38º 0.6% 0.68% -
XYZ 21.95 33.66 11.13 -
YUV 141.21 87.81 101.46 -
System Red Green Blue C M Y K H S L
Decimal 104 174 70 0.40 0 0.60 0.32 100.38 0.43 0.48
Hex 68 AE 46 28 0 3C 20 64 2B 30
Octal 150 256 106 50 0 74 40 144 53 60
Binary 1101000 10101110 1000110 101000 0 111100 100000 1100100 101011 110000

Color Harmonies of #68AE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE46

Black with #68AE46

Text Example


Text Example

White with #68AE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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