#6DBD3D

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

Shades of Apple #6DBD3D

Tints of Apple #6DBD3D

Color information

#6DBD3D (or 0x6DBD3D) is unknown color: approx Apple. HEX triplet: 6D, BD and 3D. RGB value is (109,189,61). Sum of RGB (Red+Green+Blue) = 109+189+61=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD3D is #9242C2. Grayscale: #969696. Windows color (decimal): -9585347 or 4046189. OLE color: 4046189.

HSL color Cylindrical-coordinate representation of color #6DBD3D: hue angle of 97.5º degrees, saturation: 0.51, 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 #6DBD3D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB10918961-
CMYK0.4200.680.26
HSL97.5º51.2%49.02%-
HSV(B)97.5º67.72%74.12%-
XYZ25.3539.9810.8-
YUV150.4977.598.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.36%
GREEN value IS 189 (74.22% from 255) = 52.65%
BLUE value IS 61 (24.22% from 255) = 16.99%
R=30.36%
G=52.65%
B=16.99%

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
Decimal109189610.4200.680.2697.551.249.02
Hex6DBD3D2A0441A623331
Octal15527575520104321426361
Binary11011011011110111110110101001000100110101100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,189,61); }

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

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

 a { background-color: rgb(109,189,61); }

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

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

 span { border-color: rgb(109,189,61); }

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