#6FBC13

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

Shades of Christi #6FBC13

Tints of Christi #6FBC13

Color information

#6FBC13 (or 0x6FBC13) is unknown color: approx Christi. HEX triplet: 6F, BC and 13. RGB value is (111,188,19). Sum of RGB (Red+Green+Blue) = 111+188+19=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC13 is #9043EC. Grayscale: #929292. Windows color (decimal): -9454573 or 1293423. OLE color: 1293423.

HSL color Cylindrical-coordinate representation of color #6FBC13: hue angle of 87.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FBC13 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB11118819-
CMYK0.4100.900.26
HSL87.34º81.64%40.59%-
HSV(B)87.34º89.89%73.73%-
XYZ24.6639.396.92-
YUV145.7156.49103.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 188 (73.83% from 255) = 59.12%
BLUE value IS 19 (7.81% from 255) = 5.97%
R=34.91%
G=59.12%
B=5.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111188190.4100.900.2687.3481.6440.59
Hex6FBC132905A1A575229
Octal157274235101323212712251
Binary11011111011110010011101001010110101101010101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,188,19); }

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

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

 a { background-color: rgb(111,188,19); }

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

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

 span { border-color: rgb(111,188,19); }

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