#6DB12F

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

Shades of Christi #6DB12F

Tints of Christi #6DB12F

Color information

#6DB12F (or 0x6DB12F) is unknown color: approx Christi. HEX triplet: 6D, B1 and 2F. RGB value is (109,177,47). Sum of RGB (Red+Green+Blue) = 109+177+47=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB12F is #924ED0. Grayscale: #8E8E8E. Windows color (decimal): -9588433 or 3125613. OLE color: 3125613.

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

Color convert

RGB10917747-
CMYK0.3800.730.31
HSL91.38º58.04%43.92%-
HSV(B)91.38º73.45%69.41%-
XYZ22.5434.98.24-
YUV141.8574.47104.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.73%
GREEN value IS 177 (69.53% from 255) = 53.15%
BLUE value IS 47 (18.75% from 255) = 14.11%
R=32.73%
G=53.15%
B=14.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109177470.3800.730.3191.3858.0443.92
Hex6DB12F260491F5b3a2c
Octal15526157460111371337254
Binary11011011011000110111110011001001001111111011011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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