#68BA11

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

Shades of Christi #68BA11

Tints of Christi #68BA11

Color information

#68BA11 (or 0x68BA11) is unknown color: approx Christi. HEX triplet: 68, BA and 11. RGB value is (104,186,17). Sum of RGB (Red+Green+Blue) = 104+186+17=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BA11 is #9745EE. Grayscale: #8E8E8E. Windows color (decimal): -9913839 or 1161832. OLE color: 1161832.

HSL color Cylindrical-coordinate representation of color #68BA11: hue angle of 89.11º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68BA11 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB10418617-
CMYK0.4400.910.27
HSL89.11º83.25%39.8%-
HSV(B)89.11º90.86%72.94%-
XYZ23.3738.16.65-
YUV142.2257.33100.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 186 (73.05% from 255) = 60.59%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=33.88%
G=60.59%
B=5.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104186170.4400.910.2789.1183.2539.8
Hex68BA112C05B1B595328
Octal150272215401333313112350
Binary11010001011101010001101100010110111101110110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68BA11; }

 p { color: rgb(104,186,17); }

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

<style>
 a { background-color: #68BA11; }

 a { background-color: rgb(104,186,17); }

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

<style>
 span { border-color: #68BA11; }

 span { border-color: rgb(104,186,17); }

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