Html Css Color HEX #68AB3C Apple

📋 copy color: '#68AB3C'

red 104 ◦ green 171 ◦ blue 60

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

Shades of Apple #68AB3C

Tints of Apple #68AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.04%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 31.04%
G = 51.04%
B = 17.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#68AB3C (or 0x68AB3C) is known color: Apple. HEX triplet: 68, AB and 3C. RGB value is (104,171,60). Sum of RGB (Red+Green+Blue) = 104+171+60=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB3C is #9754C3. Grayscale: #8A8A8A. Windows color (decimal): -9917636 or 3976040. OLE color: 3976040.

HSL color Cylindrical-coordinate representation of color #68AB3C: hue angle of 96.22º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68AB3C is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 171 60 -
CMYK 0.39 0 0.65 0.33
HSL 96.22º 0.48% 0.45% -
HSV(B) 96.22º 0.65% 0.67% -
XYZ 21.09 32.4 9.42 -
YUV 138.31 83.8 103.53 -
System Red Green Blue C M Y K H S L
Decimal 104 171 60 0.39 0 0.65 0.33 96.22 0.48 0.45
Hex 68 AB 3C 27 0 41 21 60 30 2D
Octal 150 253 74 47 0 101 41 140 60 55
Binary 1101000 10101011 111100 100111 0 1000001 100001 1100000 110000 101101

Color Harmonies of #68AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB3C

Black with #68AB3C

Text Example


Text Example

White with #68AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,60); }

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

background-color css

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

 a { background-color: rgb(104,171,60); }

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

border-color css

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

 span { border-color: rgb(104,171,60); }

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