#6EBD3C

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

Shades of Apple #6EBD3C

Tints of Apple #6EBD3C

Color information

#6EBD3C (or 0x6EBD3C) is unknown color: approx Apple. HEX triplet: 6E, BD and 3C. RGB value is (110,189,60). Sum of RGB (Red+Green+Blue) = 110+189+60=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBD3C is #9142C3. Grayscale: #979797. Windows color (decimal): -9519812 or 3980654. OLE color: 3980654.

HSL color Cylindrical-coordinate representation of color #6EBD3C: hue angle of 96.74º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6EBD3C is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB11018960-
CMYK0.4200.680.26
HSL96.74º51.81%48.82%-
HSV(B)96.74º68.25%74.12%-
XYZ25.4440.0410.66-
YUV150.6776.8398.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.64%
GREEN value IS 189 (74.22% from 255) = 52.65%
BLUE value IS 60 (23.83% from 255) = 16.71%
R=30.64%
G=52.65%
B=16.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110189600.4200.680.2696.7451.8148.82
Hex6EBD3C2A0441A613431
Octal15627574520104321416461
Binary11011101011110111110010101001000100110101100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,189,60); }

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

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

 a { background-color: rgb(110,189,60); }

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

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

 span { border-color: rgb(110,189,60); }

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