#6BAF41

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

Shades of Apple #6BAF41

Tints of Apple #6BAF41

Color information

#6BAF41 (or 0x6BAF41) is unknown color: approx Apple. HEX triplet: 6B, AF and 41. RGB value is (107,175,65). Sum of RGB (Red+Green+Blue) = 107+175+65=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF41 is #9450BE. Grayscale: #8E8E8E. Windows color (decimal): -9719999 or 4304747. OLE color: 4304747.

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

Color convert

RGB10717565-
CMYK0.3900.630.31
HSL97.09º45.83%47.06%-
HSV(B)97.09º62.86%68.63%-
XYZ22.3534.1710.42-
YUV142.1384.47102.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.84%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=30.84%
G=50.43%
B=18.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107175650.3900.630.3197.0945.8347.06
Hex6BAF412703F1F612e2f
Octal15325710147077371415657
Binary11010111010111110000011001110111111111111100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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