Html Css Color HEX #68AB41 Apple

📋 copy color: '#68AB41'

red 104 ◦ green 171 ◦ blue 65

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

Shades of Apple #68AB41

Tints of Apple #68AB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 30.59%
G = 50.29%
B = 19.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#68AB41 (or 0x68AB41) is known color: Apple. HEX triplet: 68, AB and 41. RGB value is (104,171,65). Sum of RGB (Red+Green+Blue) = 104+171+65=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB41 is #9754BE. Grayscale: #8B8B8B. Windows color (decimal): -9917631 or 4303720. OLE color: 4303720.

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

Color convert

RGB 104 171 65 -
CMYK 0.39 0 0.62 0.33
HSL 97.92º 0.45% 0.46% -
HSV(B) 97.92º 0.62% 0.67% -
XYZ 21.23 32.45 10.15 -
YUV 138.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 104 171 65 0.39 0 0.62 0.33 97.92 0.45 0.46
Hex 68 AB 41 27 0 3E 21 62 2D 2E
Octal 150 253 101 47 0 76 41 142 55 56
Binary 1101000 10101011 1000001 100111 0 111110 100001 1100010 101101 101110

Color Harmonies of #68AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB41

Black with #68AB41

Text Example


Text Example

White with #68AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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