#6ba011

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

Shades of Christi #6BA011

Tints of Christi #6BA011

Color information

#6BA011 (or 0x6BA011) is unknown color: approx Christi. HEX triplet: 6B, A0 and 11. RGB value is (107,160,17). Sum of RGB (Red+Green+Blue) = 107+160+17=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA011 is #945FEE. Grayscale: #808080. Windows color (decimal): -9723887 or 1155179. OLE color: 1155179.

HSL color Cylindrical-coordinate representation of color #6BA011: hue angle of 82.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BA011 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB10716017-
CMYK0.3300.890.37
HSL82.24º80.79%34.71%-
HSV(B)82.24º89.38%62.75%-
XYZ18.7428.315.01-
YUV127.8565.44113.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 160 (62.89% from 255) = 56.34%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=37.68%
G=56.34%
B=5.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107160170.3300.890.3782.2480.7934.71
Hex6BA0112105925525123
Octal153240214101314512212143
Binary110101110100000100011000010101100110010110100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ba011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,17); }

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

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

 a { background-color: rgb(107,160,17); }

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

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

 span { border-color: rgb(107,160,17); }

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