#6DB045

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

Shades of Apple #6DB045

Tints of Apple #6DB045

Color information

#6DB045 (or 0x6DB045) is unknown color: approx Apple. HEX triplet: 6D, B0 and 45. RGB value is (109,176,69). Sum of RGB (Red+Green+Blue) = 109+176+69=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB045 is #924FBA. Grayscale: #909090. Windows color (decimal): -9588667 or 4567149. OLE color: 4567149.

HSL color Cylindrical-coordinate representation of color #6DB045: hue angle of 97.57º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DB045 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB10917669-
CMYK0.3800.610.31
HSL97.57º43.67%48.04%-
HSV(B)97.57º60.8%69.02%-
XYZ22.9134.7311.13-
YUV143.7785.8103.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.79%
GREEN value IS 176 (69.14% from 255) = 49.72%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=30.79%
G=49.72%
B=19.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109176690.3800.610.3197.5743.6748.04
Hex6DB0452603D1F622c30
Octal15526010546075371425460
Binary11011011011000010001011001100111101111111100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,176,69); }

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

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

 a { background-color: rgb(109,176,69); }

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

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

 span { border-color: rgb(109,176,69); }

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