#6DB30B

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

Shades of Christi #6DB30B

Tints of Christi #6DB30B

Color information

#6DB30B (or 0x6DB30B) is unknown color: approx Christi. HEX triplet: 6D, B3 and 0B. RGB value is (109,179,11). Sum of RGB (Red+Green+Blue) = 109+179+11=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB30B is #924CF4. Grayscale: #8B8B8B. Windows color (decimal): -9587957 or 766829. OLE color: 766829.

HSL color Cylindrical-coordinate representation of color #6DB30B: hue angle of 85º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DB30B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB10917911-
CMYK0.3900.940.30
HSL85º88.42%37.25%-
HSV(B)85º93.85%70.2%-
XYZ22.4935.525.99-
YUV138.9255.81106.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 179 (70.31% from 255) = 59.87%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=36.45%
G=59.87%
B=3.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal109179110.3900.940.308588.4237.25
Hex6DB3B2705E1E555825
Octal155263134701363612513045
Binary1101101101100111011100111010111101111010101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,179,11); }

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

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

 a { background-color: rgb(109,179,11); }

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

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

 span { border-color: rgb(109,179,11); }

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