#6BBA01

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

Shades of Christi #6BBA01

Tints of Christi #6BBA01

Color information

#6BBA01 (or 0x6BBA01) is unknown color: approx Christi. HEX triplet: 6B, BA and 01. RGB value is (107,186,1). Sum of RGB (Red+Green+Blue) = 107+186+1=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBA01 is #9445FE. Grayscale: #8D8D8D. Windows color (decimal): -9717247 or 113259. OLE color: 113259.

HSL color Cylindrical-coordinate representation of color #6BBA01: hue angle of 85.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BBA01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1071861-
CMYK0.4200.990.27
HSL85.62º98.93%36.67%-
HSV(B)85.62º99.46%72.94%-
XYZ23.6338.256.17-
YUV141.2948.83103.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=36.39%
G=63.27%
B=0.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10718610.4200.990.2785.6298.9336.67
Hex6BBA12A0631B566325
Octal15327215201433312614345
Binary1101011101110101101010011000111101110101101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,1); }

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

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

 a { background-color: rgb(107,186,1); }

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

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

 span { border-color: rgb(107,186,1); }

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