#6FBA15

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

Shades of Christi #6FBA15

Tints of Christi #6FBA15

Color information

#6FBA15 (or 0x6FBA15) is unknown color: approx Christi. HEX triplet: 6F, BA and 15. RGB value is (111,186,21). Sum of RGB (Red+Green+Blue) = 111+186+21=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBA15 is #9045EA. Grayscale: #919191. Windows color (decimal): -9455083 or 1423983. OLE color: 1423983.

HSL color Cylindrical-coordinate representation of color #6FBA15: hue angle of 87.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6FBA15 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB11118621-
CMYK0.4000.890.27
HSL87.27º79.71%40.59%-
HSV(B)87.27º88.71%72.94%-
XYZ24.2538.556.87-
YUV144.7658.15103.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 186 (73.05% from 255) = 58.49%
BLUE value IS 21 (8.59% from 255) = 6.60%
R=34.91%
G=58.49%
B=6.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111186210.4000.890.2787.2779.7140.59
Hex6FBA15280591B575029
Octal157272255001313312712051
Binary11011111011101010101101000010110011101110101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,21); }

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

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

 a { background-color: rgb(111,186,21); }

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

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

 span { border-color: rgb(111,186,21); }

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