#6DB014

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

Shades of Christi #6DB014

Tints of Christi #6DB014

Color information

#6DB014 (or 0x6DB014) is unknown color: approx Christi. HEX triplet: 6D, B0 and 14. RGB value is (109,176,20). Sum of RGB (Red+Green+Blue) = 109+176+20=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB014 is #924FEB. Grayscale: #8A8A8A. Windows color (decimal): -9588716 or 1355885. OLE color: 1355885.

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

Color convert

RGB10917620-
CMYK0.3800.890.31
HSL85.77º79.59%38.43%-
HSV(B)85.77º88.64%69.02%-
XYZ21.9634.356.14-
YUV138.1861.3107.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 176 (69.14% from 255) = 57.70%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=35.74%
G=57.70%
B=6.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109176200.3800.890.3185.7779.5938.43
Hex6DB014260591F565026
Octal155260244601313712612046
Binary11011011011000010100100110010110011111110101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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