Html Css Color HEX #68A44C Apple

📋 copy color: '#68A44C'

red 104 ◦ green 164 ◦ blue 76

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

Shades of Apple #68A44C

Tints of Apple #68A44C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 30.23%
G = 47.67%
B = 22.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#68A44C (or 0x68A44C) is known color: Apple. HEX triplet: 68, A4 and 4C. RGB value is (104,164,76). Sum of RGB (Red+Green+Blue) = 104+164+76=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #68A44C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A44C is #975BB3. Grayscale: #888888. Windows color (decimal): -9919412 or 5022824. OLE color: 5022824.

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

Color convert

RGB 104 164 76 -
CMYK 0.37 0 0.54 0.36
HSL 100.91º 0.37% 0.47% -
HSV(B) 100.91º 0.54% 0.64% -
XYZ 20.29 30.02 11.56 -
YUV 136.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 104 164 76 0.37 0 0.54 0.36 100.91 0.37 0.47
Hex 68 A4 4C 25 0 36 24 65 25 2F
Octal 150 244 114 45 0 66 44 145 45 57
Binary 1101000 10100100 1001100 100101 0 110110 100100 1100101 100101 101111

Color Harmonies of #68A44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A44C

Black with #68A44C

Text Example


Text Example

White with #68A44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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