#6D9D10

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

Shades of Christi #6D9D10

Tints of Christi #6D9D10

Color information

#6D9D10 (or 0x6D9D10) is unknown color: approx Christi. HEX triplet: 6D, 9D and 10. RGB value is (109,157,16). Sum of RGB (Red+Green+Blue) = 109+157+16=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9D10 is #9262EF. Grayscale: #7F7F7F. Windows color (decimal): -9593584 or 1088877. OLE color: 1088877.

HSL color Cylindrical-coordinate representation of color #6D9D10: hue angle of 80.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D9D10 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB10915716-
CMYK0.3100.900.38
HSL80.43º81.5%33.92%-
HSV(B)80.43º89.81%61.57%-
XYZ18.4627.44.81-
YUV126.5765.6115.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 157 (61.72% from 255) = 55.67%
BLUE value IS 16 (6.64% from 255) = 5.67%
R=38.65%
G=55.67%
B=5.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109157160.3100.900.3880.4381.533.92
Hex6D9D101F05A26505222
Octal155235203701324612012242
Binary11011011001110110000111110101101010011010100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,157,16); }

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

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

 a { background-color: rgb(109,157,16); }

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

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

 span { border-color: rgb(109,157,16); }

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