#6CBA01

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

Shades of Christi #6CBA01

Tints of Christi #6CBA01

Color information

#6CBA01 (or 0x6CBA01) is unknown color: approx Christi. HEX triplet: 6C, BA and 01. RGB value is (108,186,1). Sum of RGB (Red+Green+Blue) = 108+186+1=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CBA01 is #9345FE. Grayscale: #8E8E8E. Windows color (decimal): -9651711 or 113260. OLE color: 113260.

HSL color Cylindrical-coordinate representation of color #6CBA01: hue angle of 85.3º 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 #6CBA01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1081861-
CMYK0.4200.990.27
HSL85.3º98.93%36.67%-
HSV(B)85.3º99.46%72.94%-
XYZ23.7538.316.17-
YUV141.5948.66104.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 186 (73.05% from 255) = 63.05%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=36.61%
G=63.05%
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
Decimal10818610.4200.990.2785.398.9336.67
Hex6CBA12A0631B556325
Octal15427215201433312514345
Binary1101100101110101101010011000111101110101011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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