Html Css Color HEX #68AE48 Apple

📋 copy color: '#68AE48'

red 104 ◦ green 174 ◦ blue 72

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

Shades of Apple #68AE48

Tints of Apple #68AE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 29.71%
G = 49.71%
B = 20.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#68AE48 (or 0x68AE48) is known color: Apple. HEX triplet: 68, AE and 48. RGB value is (104,174,72). Sum of RGB (Red+Green+Blue) = 104+174+72=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AE48 is #9751B7. Grayscale: #8D8D8D. Windows color (decimal): -9916856 or 4763240. OLE color: 4763240.

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

Color convert

RGB 104 174 72 -
CMYK 0.40 0 0.59 0.32
HSL 101.18º 0.41% 0.48% -
HSV(B) 101.18º 0.59% 0.68% -
XYZ 22.01 33.68 11.47 -
YUV 141.44 88.81 101.29 -
System Red Green Blue C M Y K H S L
Decimal 104 174 72 0.40 0 0.59 0.32 101.18 0.41 0.48
Hex 68 AE 48 28 0 3B 20 65 29 30
Octal 150 256 110 50 0 73 40 145 51 60
Binary 1101000 10101110 1001000 101000 0 111011 100000 1100101 101001 110000

Color Harmonies of #68AE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE48

Black with #68AE48

Text Example


Text Example

White with #68AE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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