#6BAF52

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

Shades of Apple #6BAF52

Tints of Apple #6BAF52

Color information

#6BAF52 (or 0x6BAF52) is unknown color: approx Apple. HEX triplet: 6B, AF and 52. RGB value is (107,175,82). Sum of RGB (Red+Green+Blue) = 107+175+82=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF52 is #9450AD. Grayscale: #909090. Windows color (decimal): -9719982 or 5418859. OLE color: 5418859.

HSL color Cylindrical-coordinate representation of color #6BAF52: hue angle of 103.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BAF52 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB10717582-
CMYK0.3900.530.31
HSL103.87º36.76%50.39%-
HSV(B)103.87º53.14%68.63%-
XYZ22.9234.3913.41-
YUV144.0792.97101.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 175 (68.75% from 255) = 48.08%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=29.40%
G=48.08%
B=22.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107175820.3900.530.31103.8736.7650.39
Hex6BAF52270351F682532
Octal15325712247065371504562
Binary11010111010111110100101001110110101111111101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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