#6CB25F

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

Shades of Apple #6CB25F

Tints of Apple #6CB25F

Color information

#6CB25F (or 0x6CB25F) is unknown color: approx Apple. HEX triplet: 6C, B2 and 5F. RGB value is (108,178,95). Sum of RGB (Red+Green+Blue) = 108+178+95=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB25F is #934DA0. Grayscale: #939393. Windows color (decimal): -9653665 or 6271596. OLE color: 6271596.

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

Color convert

RGB10817895-
CMYK0.3900.470.30
HSL110.6º35.02%53.53%-
HSV(B)110.6º46.63%69.8%-
XYZ24.1735.8616.47-
YUV147.6198.3199.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=28.35%
G=46.72%
B=24.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108178950.3900.470.30110.635.0253.53
Hex6CB25F2702F1E6f2336
Octal15426213747057361574366
Binary11011001011001010111111001110101111111101101111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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