#68B74B

Color #68B74B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #68B74B

Tints of Apple #68B74B

Color information

#68B74B (or 0x68B74B) is unknown color: approx Apple. HEX triplet: 68, B7 and 4B. RGB value is (104,183,75). Sum of RGB (Red+Green+Blue) = 104+183+75=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #68B74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B74B is #9748B4. Grayscale: #939393. Windows color (decimal): -9914549 or 4962152. OLE color: 4962152.

HSL color Cylindrical-coordinate representation of color #68B74B: hue angle of 103.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68B74B is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB10418375-
CMYK0.4300.590.28
HSL103.89º42.86%50.59%-
HSV(B)103.89º59.02%71.76%-
XYZ23.9137.3212.6-
YUV147.0787.3397.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 183 (71.88% from 255) = 50.55%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=28.73%
G=50.55%
B=20.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183750.4300.590.28103.8942.8650.59
Hex68B74B2B03B1C682b33
Octal15026711353073341505363
Binary11010001011011110010111010110111011111001101000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,183,75); }

 H1.HeaderClassName
 {
   color: #68B74B;
 }
 .AnyTagClassName
 {
   color: #68B74B;
 }
</style>
background-color css

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

 a { background-color: rgb(104,183,75); }

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

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

 span { border-color: rgb(104,183,75); }

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