#6BA211

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

Shades of Christi #6BA211

Tints of Christi #6BA211

Color information

#6BA211 (or 0x6BA211) is unknown color: approx Christi. HEX triplet: 6B, A2 and 11. RGB value is (107,162,17). Sum of RGB (Red+Green+Blue) = 107+162+17=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA211 is #945DEE. Grayscale: #818181. Windows color (decimal): -9723375 or 1155691. OLE color: 1155691.

HSL color Cylindrical-coordinate representation of color #6BA211: hue angle of 82.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BA211 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB10716217-
CMYK0.3400.900.36
HSL82.76º81.01%35.1%-
HSV(B)82.76º89.51%63.53%-
XYZ19.0829.015.12-
YUV129.0264.78112.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=37.41%
G=56.64%
B=5.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107162170.3400.900.3682.7681.0135.1
Hex6BA2112205A24535123
Octal153242214201324412312143
Binary110101110100010100011000100101101010010010100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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