#6EBD4B

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

Shades of Apple #6EBD4B

Tints of Apple #6EBD4B

Color information

#6EBD4B (or 0x6EBD4B) is unknown color: approx Apple. HEX triplet: 6E, BD and 4B. RGB value is (110,189,75). Sum of RGB (Red+Green+Blue) = 110+189+75=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBD4B is #9142B4. Grayscale: #989898. Windows color (decimal): -9519797 or 4963694. OLE color: 4963694.

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

Color convert

RGB11018975-
CMYK0.4200.600.26
HSL101.58º46.34%51.76%-
HSV(B)101.58º60.32%74.12%-
XYZ25.940.2213.05-
YUV152.3884.3397.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.41%
GREEN value IS 189 (74.22% from 255) = 50.53%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=29.41%
G=50.53%
B=20.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110189750.4200.600.26101.5846.3451.76
Hex6EBD4B2A03C1A662e34
Octal15627511352074321465664
Binary11011101011110110010111010100111100110101100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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