#68BA13

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

Shades of Christi #68BA13

Tints of Christi #68BA13

Color information

#68BA13 (or 0x68BA13) is unknown color: approx Christi. HEX triplet: 68, BA and 13. RGB value is (104,186,19). Sum of RGB (Red+Green+Blue) = 104+186+19=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BA13 is #9745EC. Grayscale: #8F8F8F. Windows color (decimal): -9913837 or 1292904. OLE color: 1292904.

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

Color convert

RGB10418619-
CMYK0.4400.900.27
HSL89.46º81.46%40.2%-
HSV(B)89.46º89.78%72.94%-
XYZ23.3938.116.74-
YUV142.4458.33100.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=33.66%
G=60.19%
B=6.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104186190.4400.900.2789.4681.4640.2
Hex68BA132C05A1B595128
Octal150272235401323313112150
Binary11010001011101010011101100010110101101110110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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