#68B730

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

Shades of Apple #68B730

Tints of Apple #68B730

Color information

#68B730 (or 0x68B730) is unknown color: approx Apple. HEX triplet: 68, B7 and 30. RGB value is (104,183,48). Sum of RGB (Red+Green+Blue) = 104+183+48=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #68B730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B730 is #9748CF. Grayscale: #909090. Windows color (decimal): -9914576 or 3192680. OLE color: 3192680.

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

Color convert

RGB10418348-
CMYK0.4300.740.28
HSL95.11º58.44%45.29%-
HSV(B)95.11º73.77%71.76%-
XYZ23.1837.028.72-
YUV143.9973.8399.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 183 (71.88% from 255) = 54.63%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=31.04%
G=54.63%
B=14.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183480.4300.740.2895.1158.4445.29
Hex68B7302B04A1C5f3a2d
Octal15026760530112341377255
Binary11010001011011111000010101101001010111001011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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