#6DB10E

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

Shades of Christi #6DB10E

Tints of Christi #6DB10E

Color information

#6DB10E (or 0x6DB10E) is unknown color: approx Christi. HEX triplet: 6D, B1 and 0E. RGB value is (109,177,14). Sum of RGB (Red+Green+Blue) = 109+177+14=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB10E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB10E is #924EF1. Grayscale: #8A8A8A. Windows color (decimal): -9588466 or 962925. OLE color: 962925.

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

Color convert

RGB10917714-
CMYK0.3800.920.31
HSL85.03º85.34%37.45%-
HSV(B)85.03º92.09%69.41%-
XYZ22.1134.735.95-
YUV138.0957.97107.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 177 (69.53% from 255) = 59%
BLUE value IS 14 (5.86% from 255) = 4.67%
R=36.33%
G=59%
B=4.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109177140.3800.920.3185.0385.3437.45
Hex6DB1E2605C1F555525
Octal155261164601343712512545
Binary1101101101100011110100110010111001111110101011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,177,14); }

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

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

 a { background-color: rgb(109,177,14); }

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

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

 span { border-color: rgb(109,177,14); }

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