#6BAF55

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

Shades of Apple #6BAF55

Tints of Apple #6BAF55

Color information

#6BAF55 (or 0x6BAF55) is unknown color: approx Apple. HEX triplet: 6B, AF and 55. RGB value is (107,175,85). Sum of RGB (Red+Green+Blue) = 107+175+85=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF55 is #9450AA. Grayscale: #909090. Windows color (decimal): -9719979 or 5615467. OLE color: 5615467.

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

Color convert

RGB10717585-
CMYK0.3900.510.31
HSL105.33º36%50.98%-
HSV(B)105.33º51.43%68.63%-
XYZ23.0334.4414.03-
YUV144.4194.47101.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.16%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=29.16%
G=47.68%
B=23.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107175850.3900.510.31105.333650.98
Hex6BAF55270331F692433
Octal15325712547063371514463
Binary11010111010111110101011001110110011111111101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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