#6BA852

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

Shades of Apple #6BA852

Tints of Apple #6BA852

Color information

#6BA852 (or 0x6BA852) is unknown color: approx Apple. HEX triplet: 6B, A8 and 52. RGB value is (107,168,82). Sum of RGB (Red+Green+Blue) = 107+168+82=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA852 is #9457AD. Grayscale: #8C8C8C. Windows color (decimal): -9721774 or 5417067. OLE color: 5417067.

HSL color Cylindrical-coordinate representation of color #6BA852: hue angle of 102.56º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA852 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB10716882-
CMYK0.3600.510.34
HSL102.56º34.4%49.02%-
HSV(B)102.56º51.19%65.88%-
XYZ21.5931.7412.97-
YUV139.9695.29104.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.97%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=29.97%
G=47.06%
B=22.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107168820.3600.510.34102.5634.449.02
Hex6BA8522403322672231
Octal15325012244063421474261
Binary110101110101000101001010010001100111000101100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BA852; }

 p { color: rgb(107,168,82); }

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

<style>
 a { background-color: #6BA852; }

 a { background-color: rgb(107,168,82); }

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

<style>
 span { border-color: #6BA852; }

 span { border-color: rgb(107,168,82); }

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