#6BB12B

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

Shades of Christi #6BB12B

Tints of Christi #6BB12B

Color information

#6BB12B (or 0x6BB12B) is unknown color: approx Christi. HEX triplet: 6B, B1 and 2B. RGB value is (107,177,43). Sum of RGB (Red+Green+Blue) = 107+177+43=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB12B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BB12B is #944ED4. Grayscale: #8D8D8D. Windows color (decimal): -9719509 or 2863467. OLE color: 2863467.

HSL color Cylindrical-coordinate representation of color #6BB12B: hue angle of 91.34º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BB12B is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB10717743-
CMYK0.4000.760.31
HSL91.34º60.91%43.14%-
HSV(B)91.34º75.71%69.41%-
XYZ22.2234.747.82-
YUV140.7972.81103.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 177 (69.53% from 255) = 54.13%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=32.72%
G=54.13%
B=13.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107177430.4000.760.3191.3460.9143.14
Hex6BB12B2804C1F5b3d2b
Octal15326153500114371337553
Binary11010111011000110101110100001001100111111011011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,43); }

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

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

 a { background-color: rgb(107,177,43); }

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

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

 span { border-color: rgb(107,177,43); }

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