#6CB250

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

Shades of Apple #6CB250

Tints of Apple #6CB250

Color information

#6CB250 (or 0x6CB250) is unknown color: approx Apple. HEX triplet: 6C, B2 and 50. RGB value is (108,178,80). Sum of RGB (Red+Green+Blue) = 108+178+80=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB250 is #934DAF. Grayscale: #929292. Windows color (decimal): -9653680 or 5288556. OLE color: 5288556.

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

Color convert

RGB10817880-
CMYK0.3900.550.30
HSL102.86º38.89%50.59%-
HSV(B)102.86º55.06%69.8%-
XYZ23.5535.6113.22-
YUV145.990.81100.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.51%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=29.51%
G=48.63%
B=21.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108178800.3900.550.30102.8638.8950.59
Hex6CB250270371E672733
Octal15426212047067361474763
Binary11011001011001010100001001110110111111101100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,178,80); }

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

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

 a { background-color: rgb(108,178,80); }

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

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

 span { border-color: rgb(108,178,80); }

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