Html Css Color HEX #68A248 Apple

📋 copy color: '#68A248'

red 104 ◦ green 162 ◦ blue 72

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

Shades of Apple #68A248

Tints of Apple #68A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.93%

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

R = 30.77%
G = 47.93%
B = 21.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#68A248 (or 0x68A248) is known color: Apple. HEX triplet: 68, A2 and 48. RGB value is (104,162,72). Sum of RGB (Red+Green+Blue) = 104+162+72=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #68A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A248 is #975DB7. Grayscale: #868686. Windows color (decimal): -9919928 or 4760168. OLE color: 4760168.

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

Color convert

RGB 104 162 72 -
CMYK 0.36 0 0.56 0.36
HSL 98.67º 0.38% 0.46% -
HSV(B) 98.67º 0.56% 0.64% -
XYZ 19.8 29.25 10.73 -
YUV 134.4 92.78 106.32 -
System Red Green Blue C M Y K H S L
Decimal 104 162 72 0.36 0 0.56 0.36 98.67 0.38 0.46
Hex 68 A2 48 24 0 38 24 63 26 2E
Octal 150 242 110 44 0 70 44 143 46 56
Binary 1101000 10100010 1001000 100100 0 111000 100100 1100011 100110 101110

Color Harmonies of #68A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A248

Black with #68A248

Text Example


Text Example

White with #68A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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