#6BAD38

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

Shades of Apple #6BAD38

Tints of Apple #6BAD38

Color information

#6BAD38 (or 0x6BAD38) is unknown color: approx Apple. HEX triplet: 6B, AD and 38. RGB value is (107,173,56). Sum of RGB (Red+Green+Blue) = 107+173+56=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAD38 is #9452C7. Grayscale: #8C8C8C. Windows color (decimal): -9720520 or 3714411. OLE color: 3714411.

HSL color Cylindrical-coordinate representation of color #6BAD38: hue angle of 93.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6BAD38 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB10717356-
CMYK0.3800.680.32
HSL93.85º51.09%44.9%-
HSV(B)93.85º67.63%67.84%-
XYZ21.7233.39.02-
YUV139.9380.63104.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 173 (67.97% from 255) = 51.49%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=31.85%
G=51.49%
B=16.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107173560.3800.680.3293.8551.0944.9
Hex6BAD3826044205e332d
Octal15325570460104401366355
Binary110101110101101111000100110010001001000001011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,56); }

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

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

 a { background-color: rgb(107,173,56); }

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

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

 span { border-color: rgb(107,173,56); }

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